BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Function computePlanePointDistance2D

    • Computes the 2D distance from a plane point.

      Parameters

      • renderer: BaseRenderer

        The renderer instance.

      • planePointData: number[]

        The plane point data array.

      • x: number

        The x-coordinate.

      • y: number

        The y-coordinate.

      Returns Promise<number>

      The distance from the plane point.