#include <Spline.h>
Public Member Functions | |
SplineImpl (int degree, const Vector &x, const Vector_< Vec< N > > &y) | |
~SplineImpl () | |
Vec< N > | getValue (Real t) const |
Vec< N > | getDerivative (int derivOrder, Real t) const |
Public Attributes | |
int | referenceCount |
int | degree |
Vector | x |
Vector_< Vec< N > > | y |
SplineImpl | ( | int | degree, | |
const Vector & | x, | |||
const Vector_< Vec< N > > & | y | |||
) | [inline] |
~SplineImpl | ( | ) | [inline] |
Vec<N> getValue | ( | Real | t | ) | const [inline] |
Vec<N> getDerivative | ( | int | derivOrder, | |
Real | t | |||
) | const [inline] |
int referenceCount |
Referenced by Spline::operator=(), Spline::Spline(), and Spline::~Spline().
int degree |
Referenced by Spline::getSplineDegree().
Referenced by Spline::getControlPointLocations().
Referenced by Spline::getControlPointValues().