#include "../igl_inline.h"
#include <Eigen/Core>
#include "shape_diameter_function.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedP , typename DerivedN , typename DerivedS >  | 
| void  | igl::embree::shape_diameter_function (const EmbreeIntersector &ei, const Eigen::PlainObjectBase< DerivedP > &P, const Eigen::PlainObjectBase< 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::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedP > &P, const Eigen::PlainObjectBase< 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.  
  | 
|   |