Calculates the circumradius of the polytope corresponding to the Coxeter Diagram. Can be slow for larger diagrams, so its better to use circumradius
.
The circumradius of the polytope corresponding to the CD.
Calculates the circumradius of the polytope corresponding to the Coxeter Diagram. Separates the diagram into connected components before calling _circumradius
on each component and combining the results.
The circumradius of the polytope corresponding to the CD.
Gets the Schläfli matrix of a Coxeter diagram. Each entry (i, j) is proportional to the cosine of the angle between the i-th and j-th mirrors.
The Schläfli matrix of the CD.
Returns the number of nodes in the graph.
The size of the graph.
Gets the values of the graph's nodes.
An array with all of the values of the graph's nodes in order.
Generated using TypeDoc, the 1/31/2021 at 6:18:55 AM
Wrapper for an array of
CDNodes
. An instance of this class is returned by theCD.toGraph
method.