izzi
SVG SUBSET C++ API
Loading...
Searching...
No Matches
voronoi_cell Struct Reference

Voronoi diagram related structures. More...

#include <izzi-points-cluster.h>

Public Member Functions

 voronoi_cell (const Point &p)
 

Public Attributes

Point site
 
vpoints points
 
vpoints vertices
 

Detailed Description

Voronoi diagram related structures.

Definition at line 34 of file izzi-points-cluster.h.

Constructor & Destructor Documentation

◆ voronoi_cell()

voronoi_cell::voronoi_cell ( const Point & p)
inline

Definition at line 40 of file izzi-points-cluster.h.

Member Data Documentation

◆ site

Point voronoi_cell::site

Definition at line 36 of file izzi-points-cluster.h.

◆ points

vpoints voronoi_cell::points

Definition at line 37 of file izzi-points-cluster.h.

◆ vertices

vpoints voronoi_cell::vertices

Definition at line 38 of file izzi-points-cluster.h.


The documentation for this struct was generated from the following file: