Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <cubicsplines.h>
Public Member Functions | |
CubicSpline () | |
~CubicSpline () | |
void | createSpline (QVector P0, QVector P1, QVector P2, QVector P3) |
QVector | computePoint (double t) const |
Definition at line 22 of file cubicsplines.h.
CubicSpline::CubicSpline | ( | ) |
CubicSpline::~CubicSpline | ( | ) |
Definition at line 40 of file cubicsplines.cpp.
QVector CubicSpline::computePoint | ( | double | t) | const |
Definition at line 34 of file cubicsplines.cpp.
References QVector.
Referenced by CubicSplinePrediction::InterpolatePosition().
Definition at line 16 of file cubicsplines.cpp.
Referenced by CubicSplinePrediction::InitInterpolation().