org.simtk.geometry3d
Class Angle.Units

java.lang.Object
  extended by org.simtk.geometry3d.Angle.Units
Enclosing class:
Angle

public static class Angle.Units
extends java.lang.Object


Field Summary
static Angle.Units DEGREES
           
static Angle.Units GRADS
           
static Angle.Units RADIANS
           
static Angle.Units REVS
           
 
Constructor Summary
Angle.Units()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RADIANS

public static Angle.Units RADIANS

DEGREES

public static Angle.Units DEGREES

GRADS

public static Angle.Units GRADS

REVS

public static Angle.Units REVS
Constructor Detail

Angle.Units

public Angle.Units()