- All Implemented Interfaces:
- java.io.Serializable
public class Angle
extends java.lang.Object
implements java.io.Serializable
The Angle class represents a geometric angle - it must be set in radians but can be
retrieved in radians or degrees. An Angle is immutable and hence each manipulating
operation returns a new Angle.
Static methods are available for easy conversion from radians to degrees and visa
versa, this way it should always be easy to instantiate a new angle whether you currently
have a degree value or radian value.
- Author:
- Matthew Carroll
- See Also:
- Serialized Form