libigl v2.5.0
Loading...
Searching...
No Matches
cubic_monomial_bases.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "cubic_monomial_bases.cpp"

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.