Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
snap_points.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "snap_points.cpp"
+ Include dependency graph for snap_points.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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)