Struct Polygon

Struct Documentation

struct Polylidar::Polygon

Contains the linear rings of a polygon

Public Functions

inline Polygon()
inline VVUI getHoles() const
inline void setHoles(VVUI x)

Public Members

std::vector<size_t> shell

Linear ring of our exterior shell. The elements are point indices into a point cloud.

VVUI holes

Set of linear rings of interior holes in our polygon.