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

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedE, typename Derivedleaf, typename DerivedI, typename DerivedC>
void igl::eytzinger_aabb_winding_number_tree (const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< Derivedleaf > &leaf, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< DerivedC > &C)
 For each internal node of the Eytzinger AABB tree, compute a streamed list of pairs of vertices which would "close" the winding number contributions of all segments in the subtree rooted at that node [Jacobson et al.