|
Libprimis
Imprimis' 3D destroyable world engine
|
short integer three-vector object More...
#include <geom.h>
Public Member Functions | |
| svec (short x, short y, short z) | |
| svec (const ivec &v) | |
| short & | operator[] (int i) |
| short | operator[] (int i) const |
Public Attributes | ||
| union { | ||
| struct { | ||
| short x | ||
| short y | ||
| short z | ||
| } coord | ||
| short v [3] | ||
| }; | ||
short integer three-vector object