Skip to content

aninest root / Vec2 / Vec2

Vec2

ts
type Vec2: object;

A 2D vector.

Type declaration

x

ts
readonly x: number;

y

ts
readonly y: number;

Defined in

Utils/vec2.ts:35