Property | Type | Description | |
---|---|---|---|
m_background | Vector3D |
Method | Description | |
---|---|---|
BranchAlongVerts ( Vector3D starting, Dictionary |
||
CalcCells ( |
||
CalcCells ( |
||
CalcCells2 ( |
||
CalcCells2 ( |
||
CalcEdges ( |
||
CalcEdges ( |
||
CalcEdgesSmart ( |
Attempts to calculate approx 1.3M edges when the threshold is a distance from origin in the ball model. This works for honeycombs with finite cells.
|
|
CalcEdgesSmart2 ( |
Attempts to calculate approx 1.3M edges when the threshold is a minimum edge length. This is required for honeycombs with ideal or ultra-ideal cells
|
|
GenPolyhedron ( |
This generates a polyhedron using recursion. It needs to be finite (There are not any other breakouts of the recursion, other than all facets having been generated.)
|
Method | Description | |
---|---|---|
CellOk ( H3 cell, Settings s ) : bool | ||
DefaultThresh ( ) : double | ||
EdgeOk ( H3.Cell.Edge edge, Settings s ) : bool | ||
ReflectCellsRecursive ( |
||
ReflectCellsRecursive2 ( |
||
ReflectEdgesRecursive ( |
public static BranchAlongVerts ( Vector3D starting, Dictionary |
||
starting | Vector3D | |
vertsToEdges | Dictionary |
|
foundVertices | HashSet |
|
return | void |
public static CalcCells ( |
||
mirrors | ||
cells | H3 | |
return | H3.Cell[] |
public static CalcCells ( |
||
mirrors | ||
cells | H3 | |
settings | Settings | |
return | H3.Cell[] |
public static CalcCells2 ( |
||
mirrors | ||
cells | H3 | |
return | H3.Cell[] |
public static CalcCells2 ( |
||
mirrors | ||
cells | H3 | |
settings | Settings | |
return | H3.Cell[] |
public static CalcEdges ( |
||
simplex | ||
edges | H3.Cell.Edge | |
return | R3.Math.Edge[] |
public static CalcEdges ( |
||
simplex | ||
edges | H3.Cell.Edge | |
settings | Settings | |
return | R3.Math.Edge[] |
public static CalcEdgesSmart ( |
||
simplex | ||
edges | H3.Cell.Edge | |
return | R3.Math.Edge[] |
public static CalcEdgesSmart2 ( |
||
simplex | ||
edges | H3.Cell.Edge | |
return | R3.Math.Edge[] |
public static GenPolyhedron ( |
||
mirrors | ||
facets | H3 | |
completedFacets | List |
|
completedFacetIds | HashSet |
|
return | void |