C# 클래스 Axiom.Graphics.EdgeData.Edge

Edge data.
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
isDegenerate bool
sharedVertIndex int[]
triIndex int[]
vertIndex int[]

공개 메소드들

메소드 설명
Edge ( ) : System

Default constructor.

ToString ( ) : string

메소드 상세

Edge() 공개 메소드

Default constructor.
public Edge ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

isDegenerate 공개적으로 프로퍼티

Indicates if this is a degenerate edge, ie it does not have 2 triangles.
public bool isDegenerate
리턴 bool

sharedVertIndex 공개적으로 프로퍼티

Vertex indices as used in the shared vertex list, not exposed.
public int[] sharedVertIndex
리턴 int[]

triIndex 공개적으로 프로퍼티

The indexes of the 2 tris attached, note that tri 0 is the one where the indexes run *counter* clockwise along the edge. Indexes must be reversed for tri 1.
public int[] triIndex
리턴 int[]

vertIndex 공개적으로 프로퍼티

The vertex indices for this edge. Note that both vertices will be in the vertex set as specified in 'vertexSet', which will also be the same as tri 0.
public int[] vertIndex
리턴 int[]