C# 클래스 R3.Geometry.Simplex

파일 보기 프로젝트 열기: roice3/Honeycombs 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Edge() 공개 메소드

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

InitializeGoursat() 공개 메소드

public InitializeGoursat ( ) : void
리턴 void

ReflectInFacet() 공개 메소드

public ReflectInFacet ( Vector3D v, int facet ) : Vector3D
v Vector3D
facet int
리턴 Vector3D

Simplex() 공개 메소드

public Simplex ( ) : System.Collections.Generic
리턴 System.Collections.Generic