brepjs API Reference
    Preparing search index...

    Interface IKResult

    interface IKResult {
        converged: boolean;
        error: number;
        iterations: number;
        values: Record<string, number[]>;
    }
    Index

    Properties

    converged: boolean
    error: number

    Final residual norm (position, plus orientation when targeted).

    iterations: number
    values: Record<string, number[]>

    Solved joint values, keyed by child node, one entry per DOF.