Available versions of this document: latest release, release 4.13, release 4.12, release 4.11, release 4.10, release 4.9, release 4.8, release 4.7, release 4.6, release 4.5, release 4.4, release 4.3, release 4.2, release 4.1, release 4.0, release 3.6, release 3.5, nightly master
Reference documentation for older polymake versions: release 3.4, release 3.3, release 3.2
BigObject GeometricGraph<Scalar>
from application graph
An undirected graph with given node coordinates and a bounding box.
- Type Parameters:
Scalar
: node coordinate type- derived from:
Properties
no category
-
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.
- Type:
Matrix<Scalar,NonSymmetric>
-
COORDINATES
The coordinates of the nodes of the graph.
- Type:
NodeMap<Undirected,Vector<Scalar>>