Appearance
aninest-root / Vec2 / ZERO_VEC2
const ZERO_VEC2: object;
Defined in: Utils/vec2.ts:41
A 2D vector with x and y set to 0.
x: 0;
y: 0;