libigl v2.5.0
|
#include "../../igl_inline.h"
#include <Eigen/Core>
#include <CGAL/Point_2.h>
#include "row_to_point.cpp"
Go to the source code of this file.
Namespaces | |
namespace | igl |
namespace | igl::copyleft |
namespace | igl::copyleft::cgal |
Functions | |
template<typename Kernel , typename DerivedV > | |
CGAL::Point_2< Kernel > | igl::copyleft::cgal::row_to_point (const Eigen::PlainObjectBase< DerivedV > &V, const typename DerivedV::Index &i) |
Extract a row from V and treat as a 2D cgal point (only first two columns of V are used). | |