crashcat docs
    Preparing search index...

    state for contact constraint solving, holds all active constraints and manages constraint lifecycle

    type ContactConstraints = {
        count: number;
        pool: ContactConstraint[];
    }
    Index

    Properties

    Properties

    count: number

    number of active constraints (first count entries in pool array are valid)

    pool of contact constraints (grows as needed, never shrinks)