coordinates_generator
triangulation.hpp File Reference
#include <algorithm>
#include <cassert>
#include <cmath>
#include <memory>
#include <vector>

Go to the source code of this file.

Classes

struct  mapbox::util::nth< I, T >
 
class  mapbox::detail::Earcut< N >
 
struct  mapbox::detail::Earcut< N >::Node
 
class  mapbox::detail::Earcut< N >::ObjectPool< T, Alloc >
 

Namespaces

 mapbox
 
 mapbox::util
 
 mapbox::detail
 

Functions

template<typename N = uint32_t, typename Polygon >
std::vector< N > mapbox::earcut (const Polygon &poly)