#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::MatrixBase< DerivedQ > &Q, const Eigen::MatrixBase< DerivedVB > &VB, const Eigen::MatrixBase< 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.
|