weasel API - v0.8.0
    Preparing search index...

    Interface RotatedPose

    ResizePose extended with a rotation angle (radians). Pivot is the AABB center of the unrotated {x, y, width, height}.

    interface RotatedPose {
        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