SpatialGrid::Coord Struct Reference
#include <mesh.h>
Definition at line 1327 of file mesh.h.
Definition at line 1329 of file mesh.h.
1329 {
a[0] =
a[1] =
a[2] = 0; }
GLubyte GLubyte GLubyte a
Definition at line 1330 of file mesh.h.
1332 a[0] =
x;
a[1] =
y;
a[2] =
z;
GLubyte GLubyte GLubyte a
unsigned int& operator[] |
( |
unsigned int |
i | ) |
|
|
inline |
Definition at line 1335 of file mesh.h.
GLubyte GLubyte GLubyte a
unsigned int operator[] |
( |
unsigned int |
i | ) |
const |
|
inline |
Definition at line 1336 of file mesh.h.
GLubyte GLubyte GLubyte a
bool operator== |
( |
const Coord & |
other | ) |
|
|
inline |
Definition at line 1338 of file mesh.h.
1340 return a[0] == other.a[0] &&
a[1] == other.a[1] &&
a[2] == other.a[2];
GLubyte GLubyte GLubyte a
The documentation for this struct was generated from the following file: