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

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.