v2.33
 
Triangle Struct Reference

Represents a mesh triangle defined by its vertex indices. More...

Public Attributes

unsigned int V0
 The first vertex index of the triangle.
 
unsigned int V1
 The second vertex index of the triangle.
 
unsigned int V2
 The third vertex index of the triangle.
 

Detailed Description

Represents a mesh triangle defined by its vertex indices.