#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 | |
mapbox | |
ISC License. | |
mapbox::detail | |
mapbox::util | |
Functions | |
template<typename N = uint32_t, typename Polygon > | |
std::vector< N > | mapbox::earcut (const Polygon &poly) |