Метод | Описание | |
---|---|---|
Edge ( int a, int b ) : H3.Cell.Edge |
Construct an edge using verts indices a -> b.
|
|
InitializeGoursat ( ) : void | ||
ReflectInFacet ( Vector3D v, int facet ) : Vector3D | ||
Simplex ( ) : System.Collections.Generic |
public Edge ( int a, int b ) : H3.Cell.Edge | ||
a | int | |
b | int | |
Результат | H3.Cell.Edge |
public ReflectInFacet ( Vector3D v, int facet ) : Vector3D | ||
v | Vector3D | |
facet | int | |
Результат | Vector3D |
public Simplex ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |