Possibilities: - Return them from the methods that set them and remove the object attributes - Set them to NaN when they're invalid (difficult to catch all cases, but could do the major ones) - Provide getters that detect when they are valid (same as above)
Possibilities: