#include "../../igl_inline.h"
#include <Eigen/Core>
#include "point_solid_signed_squared_distance.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedQ , typename DerivedVB , typename DerivedFB , typename DerivedD >  | 
| void  | igl::copyleft::cgal::point_solid_signed_squared_distance (const Eigen::PlainObjectBase< DerivedQ > &Q, const Eigen::PlainObjectBase< DerivedVB > &VB, const Eigen::PlainObjectBase< DerivedFB > &FB, Eigen::PlainObjectBase< DerivedD > &D) | 
|   | Given a set of points (Q) and the boundary mesh (VB,FB) of a solid (as defined in [Zhou et al.  
  | 
|   |