Moby
Public Member Functions | Public Attributes | List of all members
Moby::IndexedTri Struct Reference

An indexed triangle. More...

#include <IndexedTri.h>

Public Member Functions

 IndexedTri (unsigned v1, unsigned v2, unsigned v3)
 
IndexedTrireverse ()
 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.
 

Detailed Description

An indexed triangle.


The documentation for this struct was generated from the following file: