Метод | Описание | |
---|---|---|
AppendEuclideanPolygons ( Polygon polys, string fileName ) : void | ||
AppendFacets ( H3 cells, string fileName ) : void |
An alternative version for facets that require extra clipping.
|
|
AppendFacets ( |
Append facets to the end of an existing povray file.
|
|
AppendSimplex ( |
||
CreateSimplex ( |
A version for the fundamental simplex.
|
|
Cylinder ( Vector3D start, Vector3D end, double rad ) : string | ||
EdgeSphereSweep ( Vector3D points, Sphere>.Func |
||
Sphere ( |
||
WriteEdges ( Parameters parameters, Geometry g, H3 edges, string fileName, bool append ) : void |
Make a povray file for all the edges of a model. Works for all geometries (in conformal models, e.g. Ball and Stereographic).
|
|
WriteH3Edges ( Parameters parameters, H3 edges, string fileName, bool append = false ) : void |
Make a povray file for all the edges of an H3 model. Input edge locations are expected to live in the ball model.
|
|
WriteMesh ( |
Метод | Описание | |
---|---|---|
CH2RGB ( double H ) : Vector3D | ||
CHSL2RGB ( Vector3D hsl ) : Vector3D | ||
CheckForInvert ( |
||
Edge ( Parameters parameters, Geometry g, H3 edge ) : string | ||
EdgeCylinder ( Vector3D points, Sphere>.Func |
||
FormatSphereNoMaterial ( |
||
FormatVec ( Vector3D v ) : string | ||
FormatVecHiRes ( Vector3D v ) : string | ||
H3Facet ( H3 cell, HashSet |
||
H3Facet ( |
||
Polygon ( Polygon poly ) : string | ||
SimplexFacets ( |
||
WriteMesh ( |
public static AppendEuclideanPolygons ( Polygon polys, string fileName ) : void | ||
polys | Polygon | |
fileName | string | |
Результат | void |
public static AppendFacets ( H3 cells, string fileName ) : void | ||
cells | H3 | |
fileName | string | |
Результат | void |
public static AppendFacets ( |
||
facets | ||
fileName | string | |
Результат | void |
public static AppendSimplex ( |
||
facets | ||
interiorPoint | Vector3D | |
include | int | |
fileName | string | |
Результат | void |
public static CreateSimplex ( |
||
facets | ||
fileName | string | |
Результат | void |
public static Cylinder ( Vector3D start, Vector3D end, double rad ) : string | ||
start | Vector3D | |
end | Vector3D | |
rad | double | |
Результат | string |
public static EdgeSphereSweep ( Vector3D points, Sphere>.Func |
||
points | Vector3D | |
sphereFunc | Sphere>.Func | |
color | Vector3D | |
Результат | string |
public static Sphere ( |
||
sphere | ||
Результат | string |
public static WriteEdges ( Parameters parameters, Geometry g, H3 edges, string fileName, bool append ) : void | ||
parameters | Parameters | |
g | Geometry | |
edges | H3 | |
fileName | string | |
append | bool | |
Результат | void |
public static WriteH3Edges ( Parameters parameters, H3 edges, string fileName, bool append = false ) : void | ||
parameters | Parameters | |
edges | H3 | |
fileName | string | |
append | bool | |
Результат | void |
public static WriteMesh ( |
||
mesh | ||
fileName | string | |
append | bool | |
Результат | void |