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

    Interface RotationHandle

    Rotation handle position in world coords.

    interface RotationHandle {
        cx: number;
        cy: number;
    }
    Index

    Properties

    Properties

    cx: number

    Handle center in world coords.

    cy: number