#include <Face.h>
Public Member Functions | |
unsigned int & | operator[] (size_t i) |
Random access operator for more convenient usage. | |
const unsigned int & | operator[] (size_t i) const |
Random access operator for more convenient usage, constant version. | |
Public Attributes | |
unsigned int | indices [n] |
A Face consists of indices into a vertex array, forming a face.
|
Random access operator for more convenient usage.
|
|
Random access operator for more convenient usage, constant version.
|
|
Array of indices into a vertex array. Indices have a precision of 32-bits! |