#include <Face.h>
Public Methods | |
unsigned int & | operator[] (size_t i) |
Random access operator for more convenient usage. More... | |
const unsigned int & | operator[] (size_t i) const |
Random access operator for more convenient usage, constant version. More... | |
Public Attributes | |
unsigned int | indices [n] |
Array of indices into a vertex array. Indices have a precision of 32-bits! More... |
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!
|