|
libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | igl |
Functions | |
| template<typename DerivedC, typename DerivedM, typename DerivedD, typename DerivedB> | |
| void | igl::cubic_monomial_bases (const Eigen::MatrixBase< DerivedC > &C, Eigen::PlainObjectBase< DerivedM > &M, Eigen::PlainObjectBase< DerivedD > &D, Eigen::PlainObjectBase< DerivedB > &B) |
| Compute monomial basis representations for cubic Bézier curves. | |