C# Class CSG.Extensions.VertexEntry

Afficher le fichier Open project: mkkellogg/CSG-BSP

Méthodes publiques

Свойство Type Description
TriangleIndex int[]
VertexIndex int[]

Méthodes publiques

Méthode Description
Add ( int vertIndex, int triIndex ) : void

Method Details

Add() public méthode

public Add ( int vertIndex, int triIndex ) : void
vertIndex int
triIndex int
Résultat void

Property Details

TriangleIndex public_oe property

public int[] TriangleIndex
Résultat int[]

VertexIndex public_oe property

public int[] VertexIndex
Résultat int[]