|
0.3.1
|
Data Structures | |
| struct | int8_vec2_t |
| 2-vector of signed 8-bit component values. More... | |
| struct | int8_vec3_t |
| 3-vector of signed 8-bit component values. More... | |
Macros | |
| #define | INT8_VEC2_INITIALIZER(x, y) |
| 2-vector initializer. | |
| #define | INT8_VEC2(x, y) |
| 2-vector. | |
| #define | INT8_VEC3_INITIALIZER(x, y, z) |
| 3-vector initializer. | |
| #define | INT8_VEC3(x, y, z) |
| 3-vector. | |
Description goes here.
| struct int8_vec2_t |
| struct int8_vec3_t |
| #define INT8_VEC2_INITIALIZER | ( | x, | |
| y | |||
| ) |
2-vector initializer.
| x | The X component. |
| y | The Y component. |
| #define INT8_VEC2 | ( | x, | |
| y | |||
| ) |
| #define INT8_VEC3_INITIALIZER | ( | x, | |
| y, | |||
| z | |||
| ) |
3-vector initializer.
| x | The X component. |
| y | The Y component. |
| z | The Z component. |
| #define INT8_VEC3 | ( | x, | |
| y, | |||
| z | |||
| ) |
3-vector.
| x | The X component. |
| y | The Y component. |
| z | The Z component. |