C# 클래스 CSG.Extensions.VertexEntry

파일 보기 프로젝트 열기: mkkellogg/CSG-BSP

공개 프로퍼티들

프로퍼티 타입 설명
TriangleIndex int[]
VertexIndex int[]

공개 메소드들

메소드 설명
Add ( int vertIndex, int triIndex ) : void

메소드 상세

Add() 공개 메소드

public Add ( int vertIndex, int triIndex ) : void
vertIndex int
triIndex int
리턴 void

프로퍼티 상세

TriangleIndex 공개적으로 프로퍼티

public int[] TriangleIndex
리턴 int[]

VertexIndex 공개적으로 프로퍼티

public int[] VertexIndex
리턴 int[]