Math3D Full Project API
    Preparing search index...
    type LineIntersectionResult = {
        point: Point3;
        s: number;
        t: number;
    }
    Index

    Properties

    Properties

    point: Point3
    s: number
    t: number