cgv
|
Public Member Functions | |
bezier_curve (std::initializer_list< PointT > points) | |
template<typename ParamT = float> | |
PointT | evaluate (ParamT t) const |
Public Attributes | |
std::vector< PointT > | points |
the control points | |
|
inline |
|
inline |
|
inline |
std::vector<PointT> cgv::math::bezier_curve< PointT >::points |