Interface ApplyLockMassOptions

interface ApplyLockMassOptions {
    maxShift?: number;
    oddReference?: boolean;
}

Properties

maxShift?: number

Maximum allowed shift

Default

0.1

oddReference?: boolean

Whether the reference is in the odd position.

Default

true