|
libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | igl |
Functions | |
| template<typename DerivedC, typename DerivedP> | |
| void | igl::cubic (const Eigen::MatrixBase< DerivedC > &C, const typename DerivedP::Scalar &t, Eigen::PlainObjectBase< DerivedP > &P) |
| Evaluate a cubic Bézier curve defined by control points C at parameter t. | |