C# Class R3.Geometry.Simplex

Afficher le fichier Open project: roice3/Honeycombs Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Edge() public méthode

Construct an edge using verts indices a -> b.
public Edge ( int a, int b ) : H3.Cell.Edge
a int
b int
Résultat H3.Cell.Edge

InitializeGoursat() public méthode

public InitializeGoursat ( ) : void
Résultat void

ReflectInFacet() public méthode

public ReflectInFacet ( Vector3D v, int facet ) : Vector3D
v Vector3D
facet int
Résultat Vector3D

Simplex() public méthode

public Simplex ( ) : System.Collections.Generic
Résultat System.Collections.Generic