com.metsci.glimpse.util.math.fast
Class FastAtan

java.lang.Object
  extended by com.metsci.glimpse.util.math.fast.FastFunc
      extended by com.metsci.glimpse.util.math.fast.FastFuncUnboundedDomain
          extended by com.metsci.glimpse.util.math.fast.FastAtan

public class FastAtan
extends FastFuncUnboundedDomain

Author:
ellis

Constructor Summary
FastAtan(int samples)
           
 
Method Summary
 double atan2(double y, double x)
           
static FastAtan getInstance()
           
 
Methods inherited from class com.metsci.glimpse.util.math.fast.FastFuncUnboundedDomain
evaluate
 
Methods inherited from class com.metsci.glimpse.util.math.fast.FastFunc
lookup, lookup
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastAtan

public FastAtan(int samples)
Method Detail

getInstance

public static FastAtan getInstance()

atan2

public double atan2(double y,
                    double x)


Copyright © 2012 Metron, Inc.. All Rights Reserved.