Type alias TCornerPoint

TCornerPoint: {
    bl: Point;
    br: Point;
    tl: Point;
    tr: Point;
}

Type declaration

Generated using TypeDoc