- java.lang.Object
-
- be.yildizgames.common.geometry.Radian
-
public class Radian extends Object
This class represent a radian angle.- Author:
- Gregory Van den Borre
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()StringtoString()static RadianvalueOf(float radian)static RadianvalueOf(Degree degree)
-
-
-
Field Detail
-
PI2
public static final double PI2
- See Also:
- Constant Field Values
-
angle
public final float angle
Value of the angle.
-
-
Method Detail
-
valueOf
public static Radian valueOf(float radian)
-
-