import type { IVector } from "./IVector"; export interface IPolygon { dots: IVector[]; }