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

Go to the source code of this file.

Namespaces

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

Functions

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.