Moby
|
An indexed triangle. More...
#include <IndexedTri.h>
Public Member Functions | |
IndexedTri (unsigned v1, unsigned v2, unsigned v3) | |
IndexedTri & | reverse () |
Reverses the orientation of the triangle. | |
bool | operator< (const IndexedTri &t) const |
Public Attributes | |
unsigned | a |
Index of the first vertex of the triangle. | |
unsigned | b |
Index of the second vertex of the triangle. | |
unsigned | c |
Index of the third vertex of the triangle. | |
An indexed triangle.