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