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

Go to the source code of this file.

Namespaces

namespace  igl
namespace  igl::embree

Functions

template<typename DerivedP, typename DerivedN, typename DerivedS>
void igl::embree::shape_diameter_function (const EmbreeIntersector &ei, const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedN > &N, const int num_samples, Eigen::PlainObjectBase< DerivedS > &S)
 Compute shape diamter function per given point.
template<typename DerivedV, typename DerivedF, typename DerivedP, typename DerivedN, typename DerivedS>
void igl::embree::shape_diameter_function (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedN > &N, const int num_samples, Eigen::PlainObjectBase< DerivedS > &S)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.