gmtl::CubicCurve< DATA_TYPE, SIZE > Member List

This is the complete list of members for gmtl::CubicCurve< DATA_TYPE, SIZE >, including all inherited members.
CubicCurve()gmtl::CubicCurve< DATA_TYPE, SIZE >
CubicCurve(const CubicCurve &other)gmtl::CubicCurve< DATA_TYPE, SIZE >
getInterpolatedDerivative(DATA_TYPE value) constgmtl::ParametricCurve< DATA_TYPE, SIZE, 4 >
getInterpolatedValue(DATA_TYPE value) constgmtl::ParametricCurve< DATA_TYPE, SIZE, 4 >
makeBezier()gmtl::CubicCurve< DATA_TYPE, SIZE >
makeBspline()gmtl::CubicCurve< DATA_TYPE, SIZE >
makeCatmullRom()gmtl::CubicCurve< DATA_TYPE, SIZE >
makeHermite()gmtl::CubicCurve< DATA_TYPE, SIZE >
mBasisMatrixgmtl::ParametricCurve< DATA_TYPE, SIZE, 4 > [protected]
mControlPointsgmtl::ParametricCurve< DATA_TYPE, SIZE, 4 > [protected]
mWeightsgmtl::ParametricCurve< DATA_TYPE, SIZE, 4 > [protected]
operator=(const CubicCurve &other)gmtl::CubicCurve< DATA_TYPE, SIZE >
ParametricCurve< DATA_TYPE, SIZE, 4 >::operator=(const ParametricCurve &other)gmtl::ParametricCurve< DATA_TYPE, SIZE, 4 >
ParametricCurve()gmtl::ParametricCurve< DATA_TYPE, SIZE, 4 >
ParametricCurve(const ParametricCurve &other)gmtl::ParametricCurve< DATA_TYPE, SIZE, 4 >
setBasisMatrix(const Matrix< DATA_TYPE, ORDER, ORDER > &basis_matrix)gmtl::ParametricCurve< DATA_TYPE, SIZE, 4 >
setControlPoints(Vec< DATA_TYPE, SIZE > control_points[ORDER])gmtl::ParametricCurve< DATA_TYPE, SIZE, 4 >
setWeights(DATA_TYPE weights[ORDER])gmtl::ParametricCurve< DATA_TYPE, SIZE, 4 >
~CubicCurve()gmtl::CubicCurve< DATA_TYPE, SIZE >
~ParametricCurve()gmtl::ParametricCurve< DATA_TYPE, SIZE, 4 >