documentation:latest:graph:geometricgraph

Differences

This shows you the differences between two versions of the page.


documentation:latest:graph:geometricgraph [2023/11/06 10:57] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== BigObject GeometricGraph<Scalar> ======
 +//from application [[..:graph|graph]]//\\
 +\\
 + An undirected graph with given node coordinates and a bounding box.
 +
 +  ? Type Parameters:
 +  :: ''Scalar'': node coordinate type
 +  ? derived from:
 +  : ''[[..:graph:Graph |Graph]]''
 +===== Properties =====
 +
 +==== no category ====
 +{{anchor:bounding_box:}}
 +  ?  **''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:
 +    :''[[..:common#Matrix |Matrix]]<Scalar,[[..:common#NonSymmetric |NonSymmetric]]>''
 +
 +
 +----
 +{{anchor:coordinates:}}
 +  ?  **''COORDINATES''**
 +  :: The coordinates of the nodes of the graph.
 +    ? Type:
 +    :''[[..:common#NodeMap |NodeMap]]<[[..:common#Undirected |Undirected]],[[..:common#Vector |Vector]]<Scalar%%>>%%''
 +
 +
 +----
  
  • documentation/latest/graph/geometricgraph.txt
  • Last modified: 2023/11/06 10:57
  • by 127.0.0.1