|
Kohi Game Engine
|
A 2-element integer-based vector. More...
#include <math_types.h>
Data Fields | |
| i32 | elements [2] |
| An array of x, y. More... | |
| struct { | |
| union { | |
| i32 x | |
| The first element. More... | |
| i32 r | |
| The first element. More... | |
| i32 s | |
| The first element. More... | |
| i32 u | |
| The first element. More... | |
| } | |
| union { | |
| i32 y | |
| The second element. More... | |
| i32 g | |
| The second element. More... | |
| i32 t | |
| The second element. More... | |
| i32 v | |
| The second element. More... | |
| } | |
| }; | |
A 2-element integer-based vector.
| struct { ... } |
| i32 elements[2] |
An array of x, y.
| i32 g |
The second element.
| i32 r |
The first element.
| i32 s |
The first element.
| i32 t |
The second element.
| i32 u |
The first element.
| i32 v |
The second element.
| i32 x |
The first element.
| i32 y |
The second element.