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

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedPB, typename DerivedB, typename Derivedleaf>
void igl::eytzinger_aabb (const Eigen::MatrixBase< DerivedPB > &PB1, const Eigen::MatrixBase< DerivedPB > &PB2, Eigen::PlainObjectBase< DerivedB > &B1, Eigen::PlainObjectBase< DerivedB > &B2, Eigen::PlainObjectBase< Derivedleaf > &leaf)
 Compute the Eytzinger AABB for a given mesh.