Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
convex-hull.h File Reference

Convex hull data structures. More...

Go to the source code of this file.

Classes

class  Geom::ConvexHull
 Convex hull based on the Andrew's monotone chain algorithm. More...
 

Namespaces

namespace  Geom
 Various utility functions.
 

Functions

std::ostream & Geom::operator<< (std::ostream &out, Geom::ConvexHull const &hull)
 Output operator for convex hulls.
 

Detailed Description

Convex hull data structures.

Definition in file convex-hull.h.

Variable Documentation

◆ _data

◆ _size

std::size_t _size = 0
private

Definition at line 104 of file convex-hull.h.

◆ _x

std::size_t _x = 0
private