|
libigl v2.5.0
|
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]. | |