import type { IRect } from "./IRect"; export interface IRotatedRect extends IRect { r?: number; }