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

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::copyleft
 
namespace  igl::copyleft::cgal
 

Functions

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.