from application graph
An undirected graph with given node coordinates and a bounding box.
Scalar
: node coordinate type
BOUNDING_BOX
Since a Voronoi polyhedron is unbounded it must be artificially bounded for visualization purposes. Allowed is any set of hyperplanes which makes the projection onto the last d-1 coordinates bounded. By default, these are the vertical facets of a suitably scaled cube.
Matrix<Scalar,NonSymmetric>
COORDINATES
The coordinates of the nodes of the graph.
NodeMap<Undirected,Vector<Scalar>>