crashcat docs
    Preparing search index...

    Type Alias Simplex

    simplex used in GJK/EPA algorithms

    type Simplex = {
        points: [SimplexPoint, SimplexPoint, SimplexPoint, SimplexPoint];
        size: number;
    }
    Index

    Properties

    Properties

    points in the simplex

    size: number

    current number of points in the simplex