Class Summary |
CircularInterpolation |
Implementation of the circular interpolation function. |
CosineInterpolation |
Implementation of the cosine interpolation function:
i = b+(a-b)*(0.5+0.5*cos(f*PI)) |
LinearInterpolation |
Implementation of the linear interpolation function
i = a+(b-a)*f |
MathUtils |
|
ScaleMap |
This class maps values from one interval into another. |
SigmoidInterpolation |
Implements the sigmoid interpolation function with adjustable curve sharpness |
SinCosLUT |
Lookup table for fast sine & cosine computations. |
ZoomLensInterpolation |
This class provides an adjustable zoom lens to either bundle or dilate values
around a focal point within a given interval. |