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

    Properties

    Properties

    point: Point3
    t: number