Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
mapbox_earcut.h File Reference
#include <algorithm>
#include <cassert>
#include <cmath>
#include <memory>
#include <vector>

Go to the source code of this file.

Classes

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

Namespaces

namespace  mapbox
 ISC License.
 
namespace  mapbox::detail
 
namespace  mapbox::util
 

Functions

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