Appearance
aninest root / Vec2 / Vec2
type Vec2: object;
A 2D vector.
readonly x: number;
readonly y: number;
Utils/vec2.ts:35