crashcat docs
    Preparing search index...

    Type Alias CachedContactPoint

    cached contact point with non-penetration impulse history for warm starting

    type CachedContactPoint = {
        normalLambda: number;
        position1: Vec3;
        position2: Vec3;
    }
    Index

    Properties

    normalLambda: number

    accumulated normal impulse from previous frame

    position1: Vec3

    contact position in body A's local center of mass space

    position2: Vec3

    contact position in body B's local center of mass space