, including all inherited members.
| CubicCurve() | gmtl::CubicCurve< DATA_TYPE, SIZE > | |
| CubicCurve(const CubicCurve &other) | gmtl::CubicCurve< DATA_TYPE, SIZE > | |
| getInterpolatedDerivative(DATA_TYPE value) const | gmtl::ParametricCurve< DATA_TYPE, SIZE, 4 > | |
| getInterpolatedValue(DATA_TYPE value) const | gmtl::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 > | |
| mBasisMatrix | gmtl::ParametricCurve< DATA_TYPE, SIZE, 4 > | [protected] |
| mControlPoints | gmtl::ParametricCurve< DATA_TYPE, SIZE, 4 > | [protected] |
| mWeights | gmtl::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 > | |