Added defines for accessing components of a 3d vector
This commit is contained in:
parent
39d66cdd28
commit
7cbed4435c
@ -39,4 +39,9 @@
|
||||
#include <sstream>
|
||||
#include <locale>
|
||||
|
||||
// Vector access - since the data type has changed from struct to array.
|
||||
#define X 0
|
||||
#define Y 1
|
||||
#define Z 2
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user