cgv
|
Public Member Functions | |
cubic_hermite_curve (const PointT &p0, const PointT &m0, const PointT &p1, const PointT &m1) | |
cubic_hermite_curve (const hermite_node< PointT > &n0, const hermite_node< PointT > &n1) | |
template<typename ParamT = float> | |
PointT | evaluate (ParamT t) const |
Public Attributes | |
hermite_node< PointT > | n0 |
the start node | |
hermite_node< PointT > | n1 |
the end node | |
|
inline |
|
inline |
|
inline |
|
inline |
hermite_node<PointT> cgv::math::cubic_hermite_curve< PointT >::n0 |
hermite_node<PointT> cgv::math::cubic_hermite_curve< PointT >::n1 |