Vector2

Undocumented in source.
struct Vector2 {}

Members

Variables

x
float x;

Vector x component

y
float y;

Vector y component

Meta