Vector3

A 3-dimensional vector

struct Vector3 {}

Members

Variables

x
int x;
y
int y;
z
int z;

Meta