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

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.