libigl v2.5.0
Loading...
Searching...
No Matches
cubic_is_flat.h
Go to the documentation of this file.
1#ifndef IGL_CUBIC_IS_FLAT_H
2#define IGL_CUBIC_IS_FLAT_H
3#include "igl_inline.h"
4#include <Eigen/Core>
5
6namespace igl
7{
19 template <typename DerivedC>
21 const Eigen::MatrixBase<DerivedC>& C,
22 const typename DerivedC::Scalar squared_distance_bound);
23}
24
25#ifndef IGL_STATIC_LIBRARY
26# include "cubic_is_flat.cpp"
27#endif
28
29#endif
#define IGL_INLINE
Definition igl_inline.h:15
Definition AABB.h:18
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].