#include "../../igl_inline.h"
#include <Eigen/Core>
#include "snap_rounding.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedE , typename DerivedVI , typename DerivedEI , typename DerivedJ > |
void | igl::copyleft::cgal::snap_rounding (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedVI > &VI, Eigen::PlainObjectBase< DerivedEI > &EI, Eigen::PlainObjectBase< DerivedJ > &J) |
| Snap a list of possible intersecting segments with endpoints in any precision to the integer grid.
|
|