iink-ts - v4.0.0
    Preparing search index...

    Type Alias TRotation

    type TRotation = {
        center: TPoint;
        degree: number;
    }
    Index
    center: TPoint
    degree: number