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