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

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedC>
bool igl::cubic_is_flat (const Eigen::MatrixBase< DerivedC > &C, const typename DerivedC::Scalar squared_distance_bound)
 "Piecewise Linear Approximation of Bézier Curves" [Fischer 2000].