Vector2

A 2-dimensional vector

struct Vector2 {}

Members

Variables

x
int x;
y
int y;

Meta