Math3D Full Project API
    Preparing search index...
    type ConstraintDef = {
        hint?: string;
        id: string;
        label: string;
        residual: () => number | null;
        tolerance: number;
        unit?: ConstraintUnit;
    }
    Index

    Properties

    hint?: string
    id: string
    label: string
    residual: () => number | null
    tolerance: number