1#ifndef IGL_CYCODEBASE_SPLINE_EYTZINGER_AABB_H
2#define IGL_CYCODEBASE_SPLINE_EYTZINGER_AABB_H
27 const Eigen::MatrixBase<DerivedP>& P,
28 const Eigen::MatrixBase<DerivedC>& C,
29 Eigen::PlainObjectBase<DerivedB>& B1,
30 Eigen::PlainObjectBase<DerivedB>& B2,
31 Eigen::PlainObjectBase<Derivedleaf>& leaf);
35#ifndef IGL_STATIC_LIBRARY
36 #include "spline_eytzinger_aabb.cpp"
void 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.