#include "igl_inline.h"
#include <Eigen/Core>
#include "eytzinger_aabb_sdf.cpp"
Go to the source code of this file.
|
| template<bool Squared, typename Derivedp, typename Func, typename DerivedB, typename Derivedleaf> |
| void | igl::eytzinger_aabb_sdf (const Eigen::MatrixBase< Derivedp > &p, const Func &primitive, const Eigen::MatrixBase< DerivedB > &B1, const Eigen::MatrixBase< DerivedB > &B2, const Eigen::MatrixBase< Derivedleaf > &leaf, typename Derivedp::Scalar &f) |
| template<bool Squared, typename DerivedP, typename Func, typename DerivedB, typename Derivedleaf, typename DerivedS> |
| void | igl::eytzinger_aabb_sdf (const Eigen::MatrixBase< DerivedP > &P, const Func &primitive, const Eigen::MatrixBase< DerivedB > &B1, const Eigen::MatrixBase< DerivedB > &B2, const Eigen::MatrixBase< Derivedleaf > &leaf, Eigen::PlainObjectBase< DerivedS > &S) |