crashcat docs
    Preparing search index...

    Type Alias TriangleSupport

    type TriangleSupport = {
        a: Vec3;
        b: Vec3;
        c: Vec3;
        convexRadius: number;
        getSupport(direction: Vec3, out: Vec3): void;
    }
    Index

    Properties

    Methods

    Properties

    a: Vec3
    b: Vec3
    c: Vec3
    convexRadius: number

    Methods