libigl v2.5.0
Loading...
Searching...
No Matches
projected_delaunay.h File Reference
#include "../../igl_inline.h"
#include "CGAL_includes.hpp"
#include "projected_delaunay.cpp"

Go to the source code of this file.

Namespaces

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

Functions

template<typename Kernel >
void igl::copyleft::cgal::projected_delaunay (const CGAL::Triangle_3< Kernel > &A, const std::vector< CGAL::Object > &A_objects_3, CGAL::Constrained_triangulation_plus_2< CGAL::Constrained_Delaunay_triangulation_2< Kernel, CGAL::Triangulation_data_structure_2< CGAL::Triangulation_vertex_base_2< Kernel >, CGAL::Constrained_triangulation_face_base_2< Kernel > >, CGAL::Exact_intersections_tag > > &cdt)
 Compute 2D delaunay triangulation of a given 3d triangle and a list of intersection objects (points,segments,triangles).