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

    Interface PoseRotation

    Pivot (cx, cy) and angle resolved from a pose's rotation convention.

    interface PoseRotation {
        cx: number;
        cy: number;
        rotation: number;
    }
    Index

    Properties

    Properties

    cx: number
    cy: number
    rotation: number