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

    Interface RotateOverlay<TPose>

    Live overlay state exposed by useRotate for rendering the in-flight rotation ghost.

    interface RotateOverlay<TPose> {
        currentPose: TPose;
        id: string;
        originPose: TPose;
        targetPose: TPose;
    }

    Type Parameters

    • TPose
    Index

    Properties

    currentPose: TPose
    id: string
    originPose: TPose

    Origin pose at gesture start.

    targetPose: TPose