C# 클래스 R3.Math.Edge

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

공개 메소드들

메소드 설명
Edge ( int v1, int v2 )
Opposite ( int idx ) : int

Given a vertex index, find the vertex at the other end of the edge.

ReadEdge ( string line ) : void

vZome VEF format.

WriteEdge ( ) : string

vZome VEF format.

메소드 상세

Edge() 공개 메소드

public Edge ( int v1, int v2 )
v1 int
v2 int

Opposite() 공개 메소드

Given a vertex index, find the vertex at the other end of the edge.
public Opposite ( int idx ) : int
idx int
리턴 int

ReadEdge() 공개 메소드

vZome VEF format.
public ReadEdge ( string line ) : void
line string
리턴 void

WriteEdge() 공개 메소드

vZome VEF format.
public WriteEdge ( ) : string
리턴 string