C# Class R3.Geometry.Simplex

ファイルを表示 Open project: roice3/Honeycombs Class Usage Examples

Public Methods

Method 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 method

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

InitializeGoursat() public method

public InitializeGoursat ( ) : void
return void

ReflectInFacet() public method

public ReflectInFacet ( Vector3D v, int facet ) : Vector3D
v Vector3D
facet int
return Vector3D

Simplex() public method

public Simplex ( ) : System.Collections.Generic
return System.Collections.Generic