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

    Interface PathInWorldPose

    Subset of pose fields this helper consumes. Matches the kit's auto-rotate convention (SceneCanvas.defaultDrawOne): x/y/width/height define an AABB whose unrotated center is the rotation pivot.

    interface PathInWorldPose {
        height: number;
        rotation?: number;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    height: number
    rotation?: number
    width: number
    x: number
    y: number