|
typedef std::vector< Scalar > | Target |
|
typedef std::pair< Scalar, Target > | Point |
|
typedef std::vector< Scalar > | Target |
|
typedef std::pair< Scalar, Target > | Point |
|
|
| BezierInterpolationT (Point _P0, Point _P1) |
|
| BezierInterpolationT (Point _P0, Point _P1, Point _C0, Point _C1) |
|
Target | getValue (Scalar atX) |
|
Scalar | getMaxInput () |
|
Scalar | getMinInput () |
|
Point & | P0 () |
|
Point & | C0 () |
|
Point & | C1 () |
|
Point & | P1 () |
|
| InterpolationT (Point _P0, Point _P1) |
|
|
Point | C0_ |
|
Point | C1_ |
|
Point | P0_ |
|
Point | P1_ |
|
template<typename Scalar>
class BezierInterpolationT< Scalar >
Definition at line 80 of file InterpolationT.hh.
The documentation for this class was generated from the following files: