1#ifndef IGL_CUBIC_IS_FLAT_H
2#define IGL_CUBIC_IS_FLAT_H
19 template <
typename DerivedC>
21 const Eigen::MatrixBase<DerivedC>& C,
22 const typename DerivedC::Scalar squared_distance_bound);
25#ifndef IGL_STATIC_LIBRARY
26# include "cubic_is_flat.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
bool cubic_is_flat(const Eigen::MatrixBase< DerivedC > &C, const typename DerivedC::Scalar squared_distance_bound)
"Piecewise Linear Approximation of Bézier Curves" [Fischer 2000].