|
Gateware Libraries
R6.5A
Beta Build
|
To hold all math structs and variables. More...
#include <GMathDefines.h>
Public Attributes | |
| union { | |
| struct { | |
| float x | |
| float y | |
| float z | |
| float w | |
| } | |
| float data [4] | |
| }; | |
To hold all math structs and variables.
For letting classes can use each others variables and structs, here collect all strcuts and variables.Vector with 4 float elements