BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Function computeIntersectionPoint3D

    • Computes the intersection point of two 3D lines.

      Parameters

      • l1p1: number[]

        The first point of the first line.

      • l1p2: number[]

        The second point of the first line.

      • l2p1: number[]

        The first point of the second line.

      • l2p2: number[]

        The second point of the second line.

      • intersection: number[]

        The output array to store the intersection point.

      Returns boolean

      True if the lines intersect, false otherwise.