crashcat docs
    Preparing search index...

    Type Alias GjkCastRayResult

    type GjkCastRayResult = {
        isHitFound: boolean;
        lambda: number;
        simplex: Simplex;
    }
    Index

    Properties

    isHitFound: boolean
    lambda: number
    simplex: Simplex