42#ifndef LASS_GUARDIAN_OF_INCLUSION_PRIM_ALGORITHM_H
43#define LASS_GUARDIAN_OF_INCLUSION_PRIM_ALGORITHM_H
49#pragma LASS_FIXME("THIS HEADER IS DEPRECATED. USE TRIANGULATE FROM AUTOMATIC HEADER simple_polygon_2d_triangle_2d.h! [Bramz]")
58template<
typename T,
class DegeneratePolicy>
62 triangulate(iPolygon, std::back_insertor(oTriangles));
convex or concave polygon in 2D (not selfintersecting, no holes)
A very simple 2D polygon :)
set of geometrical primitives
bool triangulate(const SimplePolygon2D< T, DegenerationPolicy > &iPolygon, std::vector< Triangle2D< T > > &oTriangles)
Library for Assembled Shared Sources.