Class Hierarchy
- java.lang.Object
- toxi.math.BezierInterpolation (implements toxi.math.InterpolateStrategy)
- toxi.math.CircularInterpolation (implements toxi.math.InterpolateStrategy)
- toxi.math.CosineInterpolation (implements toxi.math.InterpolateStrategy)
- toxi.math.DecimatedInterpolation (implements toxi.math.InterpolateStrategy)
- toxi.math.ExponentialInterpolation (implements toxi.math.InterpolateStrategy)
- toxi.math.Interpolation2D
- toxi.math.LinearInterpolation (implements toxi.math.InterpolateStrategy)
- toxi.math.MathUtils
- toxi.math.NonLinearScaleMap
- toxi.math.NonLinearScaleMap.Sample (implements java.lang.Comparable<T>)
- toxi.math.ScaleMap
- toxi.math.SigmoidInterpolation (implements toxi.math.InterpolateStrategy)
- toxi.math.SinCosLUT
- toxi.math.ThresholdInterpolation (implements toxi.math.InterpolateStrategy)
- toxi.math.ZoomLensInterpolation (implements toxi.math.InterpolateStrategy)
Interface Hierarchy
- toxi.math.InterpolateStrategy