Vec3

Vector 3 struct with floats.

Members

Variables

x
float x;

X coordinate

y
float y;

Y coordinate

z
float z;

Z coordinate

Meta