CGAL::make_combinatorial_tetrahedron<CMap>

#include <CGAL/Combinatorial_map_constructors.h>


template < class CMap >
typename CMap::Dart_handle make_combinatorial_tetrahedron ( CMap& cm)
Creates a combinatorial tetrahedron (four combinatorial triangles linked together by β2), and adds it in cm. Returns a handle on one dart of this combinatorial tetrahedron.
Precondition: CMap::dimension≥2.

See Also

CGAL::make_edge<CMap>
CGAL::make_combinatorial_polygon<CMap>
CGAL::make_combinatorial_hexahedron<CMap>