Rasterfarm-SDK
|
#include <interpolation.h>
Public Member Functions | |
Logarithmic (uint limit) | |
Public Member Functions inherited from Interpolation | |
Interpolation (uint limit) | |
float | getPoint (uint frame) |
Additional Inherited Members | |
Public Types inherited from Interpolation | |
typedef HeapArray< float > | PointArray |
typedef UnorderedMap< uint, PointArray > | PointArrayMap |
Static Public Attributes inherited from Interpolation | |
static const float | PI |
Protected Attributes inherited from Interpolation | |
const uint | limit |
PointArray | point |
Logarithmic::Logarithmic | ( | uint | limit | ) |