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

    Interface SpringPoseOptions<TPose>

    interface SpringPoseOptions<TPose> {
        damping?: number;
        geometry?: PoseProjection<TPose>;
        id: string;
        mass?: number;
        onDone?: () => void;
        opLabel?: string;
        preset?: SpringPresetName;
        recordOp?: boolean;
        stiffness?: number;
        to: TPose;
    }

    Type Parameters

    • TPose
    Index

    Properties

    damping?: number
    geometry?: PoseProjection<TPose>
    id: string
    mass?: number
    onDone?: () => void
    opLabel?: string
    recordOp?: boolean
    stiffness?: number
    to: TPose