v2.37
|
|
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. | |
Represents a mesh triangle defined by its vertex indices.