|
Class Summary |
| BezierSolver |
|
| FloatLowerLimiter |
Limit a float value, so that it is
never smaller than a given value |
| FloatUpperLimiter |
Limit a float value, so that it is
never greater than a given value |
| InterpolatorTimer |
Time an interpolator.. |
| LinearFloatInterpolator |
LinearFloatInterpolator interpolates a float linearly
between two values. |
| NoiseFactory |
Bunch of functions for generating noise in different forms. |
| PlaceableTransform |
A PlaceableTransform is a GroupNode which implements
the Placeable interface and implements the NodeGroup interface
You probably want to make your game objects extend this class. |
| TimedInterpolator |
A timed interpolator uses an Interpolator (e.g. |