|
libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | igl |
| namespace | igl::predicates |
Functions | |
| template<typename DerivedC, typename Derivedq> | |
| DerivedC::Scalar | igl::predicates::cubic_winding_number (const Eigen::MatrixBase< DerivedC > &C, const Eigen::MatrixBase< Derivedq > &q) |
| Computes the (generalized) winding number of a cubic Bézier curve around a query. | |