|
libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | igl |
| namespace | igl::cycodebase |
Functions | |
| template<typename DerivedP, typename DerivedC, typename DerivedB, typename Derivedleaf> | |
| void | igl::cycodebase::spline_eytzinger_aabb (const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedC > &C, Eigen::PlainObjectBase< DerivedB > &B1, Eigen::PlainObjectBase< DerivedB > &B2, Eigen::PlainObjectBase< Derivedleaf > &leaf) |
| Compute an AABB acceleration structure for a spline of cubic Bezier curves in Eytzinger layout. | |