A constraint that links the rotation with a source.

interface RotationConstraint {
    extensions?: { [name: string]: any };
    extras?: any;
    source: number;
    weight?: number;
}

Properties

extensions?: { [name: string]: any }
extras?: any
source: number

The index of the node constrains the node.

weight?: number

The weight of the constraint.