|
Kohi Game Engine
|
A 4-element vector of unsigned ints. More...
#include <math_types.h>
Data Fields | |
| u32 | elements [4] |
| An array of x, y, z, w. More... | |
| union { | |
| struct { | |
| union { | |
| u32 x | |
| The first element. More... | |
| u32 r | |
| The first element. More... | |
| u32 s | |
| The first element. More... | |
| } | |
| union { | |
| u32 y | |
| The second element. More... | |
| u32 g | |
| The third element. More... | |
| u32 t | |
| The third element. More... | |
| } | |
| union { | |
| u32 z | |
| The third element. More... | |
| u32 b | |
| The third element. More... | |
| u32 p | |
| The third element. More... | |
| u32 width | |
| The third element. More... | |
| } | |
| union { | |
| u32 w | |
| The fourth element. More... | |
| u32 a | |
| The fourth element. More... | |
| u32 q | |
| The fourth element. More... | |
| u32 height | |
| The fourth element. More... | |
| } | |
| } | |
| }; | |
A 4-element vector of unsigned ints.
| union { ... } |
| u32 a |
The fourth element.
| u32 b |
The third element.
| u32 elements[4] |
An array of x, y, z, w.
| u32 g |
The third element.
| u32 height |
The fourth element.
| u32 p |
The third element.
| u32 q |
The fourth element.
| u32 r |
The first element.
| u32 s |
The first element.
| u32 t |
The third element.
| u32 w |
The fourth element.
| u32 width |
The third element.
| u32 x |
The first element.
| u32 y |
The second element.
| u32 z |
The third element.