in_vec2_t

2D Vector

version(IN_DYNLIB)
export extern (C) @nogc
struct in_vec2_t {}

Members

Variables

x
float x;
Undocumented in source.
y
float y;
Undocumented in source.

Meta