Package com.metsci.glimpse.util.math.approx
-
Class Summary Class Description ApproxAsin Similar to the classes incom.metsci.glimpse.util.math.fast
, but uses linear interpolation between samples instead of nearest-neighbor.ApproxAtan Similar to the classes incom.metsci.glimpse.util.math.fast
, but uses linear interpolation between samples instead of nearest-neighbor.ApproxCos Similar to the classes incom.metsci.glimpse.util.math.fast
, but uses linear interpolation between samples instead of nearest-neighbor.ApproxSin Similar to the classes incom.metsci.glimpse.util.math.fast
, but uses linear interpolation between samples instead of nearest-neighbor.ApproxSphere Similar toSphereUtil
, but uses classes fromcom.metsci.glimpse.util.math.approx
for trig calls.