8#ifndef IGL_EYTZINGER_AABB_H
9#define IGL_EYTZINGER_AABB_H
30 const Eigen::MatrixBase<DerivedPB> & PB1,
31 const Eigen::MatrixBase<DerivedPB> & PB2,
32 Eigen::PlainObjectBase<DerivedB> & B1,
33 Eigen::PlainObjectBase<DerivedB> & B2,
34 Eigen::PlainObjectBase<Derivedleaf> & leaf);
37#ifndef IGL_STATIC_LIBRARY
38# include "eytzinger_aabb.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void 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.