export interface IVector2 { x: number; y: number; }