Skip to content

Vector

export declare type Vector = { x: number, y: number }