Rasterfarm-SDK
|
For interpolating a defined-number of constant or parameterized points or vertices. More...
#include <interpolation.h>
Public Types | |
typedef HeapArray< float > | PointArray |
typedef UnorderedMap< uint, PointArray > | PointArrayMap |
Public Member Functions | |
Interpolation (uint limit) | |
float | getPoint (uint frame) |
Static Public Attributes | |
static const float | PI |
Protected Attributes | |
const uint | limit |
PointArray | point |
For interpolating a defined-number of constant or parameterized points or vertices.
typedef HeapArray< float > Interpolation::PointArray |
typedef UnorderedMap< uint, PointArray > Interpolation::PointArrayMap |
Interpolation::Interpolation | ( | uint | limit | ) |
float Interpolation::getPoint | ( | uint | frame | ) |
|
protected |
|
static |
|
protected |