Function getPlaneRTCPos

  • Calculates the position of a 3D plane relative to the RTC center.

    This function computes the position of a plane, defined by its distance from the origin and direction vector, relative to the RTC center. It is useful for working with planes in the context of RTC coordinates.

    Parameters

    • dist: number

      The distance from the origin to the plane along the plane's normal.

    • dir: FloatArrayParam

      The normalized direction vector of the plane.

    • rtcCenter: FloatArrayParam

      The RTC center coordinates.

    • rtcPlanePos: FloatArrayParam

      The resulting RTC position of the plane.

    Returns FloatArrayParam

    The position of the plane relative to the RTC center.