crashcat docs
    Preparing search index...

    Type Alias SimplexPoint

    point in a simplex

    type SimplexPoint = {
        p: Vec3;
        q: Vec3;
        y: Vec3;
    }
    Index

    Properties

    p q y

    Properties

    p: Vec3

    support point on shape A

    q: Vec3

    support point on shape B

    y: Vec3

    minkowski difference (P - Q)