1#ifndef IGL_CUBIC_MONOMIAL_BASES_H
2#define IGL_CUBIC_MONOMIAL_BASES_H
24 const Eigen::MatrixBase<DerivedC>& C,
25 Eigen::PlainObjectBase<DerivedM>& M,
26 Eigen::PlainObjectBase<DerivedD>& D,
27 Eigen::PlainObjectBase<DerivedB>& B);
30#ifndef IGL_STATIC_LIBRARY
31# include "cubic_monomial_bases.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void 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.