Subastra
|
Go to the source code of this file.
Data Structures | |
struct | vec2i |
Functions | |
static vec2i | vec2i_new (i32 x, i32 y) |
{.x = x, .y = y} | |
static vec2i | vec2i_zero () |
{.x = 0, .y = 0} | |
static vec2 | vec2i_to_vec2 (vec2i v) |
{.x = (int)v.x, .y = (int)v.y) | |
static bool | vec2_eq (vec2i a, vec2i b) |
|
static |
{.x = 0, .y = 0}