liko
    Preparing search index...

    Interface IRotatingRect

    支持旋转的矩形接口,继承自 IRectangle 并添加旋转属性

    interface IRotatingRect {
        height: number;
        rotation: number;
        width: number;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    height: number
    rotation: number

    旋转角度(弧度)

    width: number
    x: number
    y: number