from application graph
An undirected graph with given node coordinates and a bounding box.
Scalar: node coordinate type
BOUNDING_BOXSince 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>
COORDINATESThe coordinates of the nodes of the graph.
NodeMap<Undirected,Vector<Scalar>>