mhframework
Class MHRotationLookup

java.lang.Object
  extended by mhframework.MHRotationLookup

public class MHRotationLookup
extends java.lang.Object


Field Summary
static int COSINE
           
static int SINE
           
 
Method Summary
static double cosine(double angle)
           
static double sine(double angle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINE

public static final int SINE
See Also:
Constant Field Values

COSINE

public static final int COSINE
See Also:
Constant Field Values
Method Detail

sine

public static double sine(double angle)

cosine

public static double cosine(double angle)