#include "igl_inline.h"
#include <Eigen/Core>
#include "snap_points.cpp"
Go to the source code of this file.
|
| template<typename DerivedC , typename DerivedV , typename DerivedI , typename DerivedminD , typename DerivedVI > |
| IGL_INLINE void | igl::snap_points (const Eigen::PlainObjectBase< DerivedC > &C, const Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< DerivedminD > &minD, Eigen::PlainObjectBase< DerivedVI > &VI) |
| |
| template<typename DerivedC , typename DerivedV , typename DerivedI , typename DerivedminD > |
| IGL_INLINE void | igl::snap_points (const Eigen::PlainObjectBase< DerivedC > &C, const Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< DerivedminD > &minD) |
| |
| template<typename DerivedC , typename DerivedV , typename DerivedI > |
| IGL_INLINE void | igl::snap_points (const Eigen::PlainObjectBase< DerivedC > &C, const Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedI > &I) |
| |