Files Classes Functions Hierarchy
#include <triangleindexed.h>
Public Attributes | |
| vector< uint > | vi |
| The triangles. | |
| vector< T > | points |
| The triangles index into the points. | |
| vector< T > | normals |
| The normals are at the same index as their associated point. | |
Definition at line 54 of file triangleindexed.h.
| vector< T > triangleindexedN< T >::normals |
The normals are at the same index as their associated point.
Definition at line 63 of file triangleindexed.h.
| vector< T > triangleindexedN< T >::points |
| vector< uint > triangleindexedN< T >::vi |
1.5.8