moagg.util.math
Class SinusTable

java.lang.Object
  extended by moagg.util.math.SinusTable

public class SinusTable
extends java.lang.Object


Constructor Summary
SinusTable()
           
 
Method Summary
static double cos(double angle)
           
static double sin(double angle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SinusTable

public SinusTable()
Method Detail

sin

public static double sin(double angle)

cos

public static double cos(double angle)


Copyright © 2008. All Rights Reserved.