|
libigl v2.5.0
|
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. | |