|
Kohi Game Engine
|
A 2-element vector of unsigned ints. More...
#include <math_types.h>
Data Fields | |
| u32 | elements [2] |
| An array of x, y, z. 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... | |
| } | |
| } | |
| }; | |
A 2-element vector of unsigned ints.
| union { ... } |
| u32 elements[2] |
An array of x, y, z.
| u32 g |
The third element.
| u32 r |
The first element.
| u32 s |
The first element.
| u32 t |
The third element.
| u32 x |
The first element.
| u32 y |
The second element.