Function intersectFrustum3Lines3

  • Tests if a frustum intersects a lines primitive geometry.

    Parameters

    • frustum: any

      The frustum to test.

    • positions: any

      The vertex positions of the lines.

    • indices: any

      The indices defining the line segments.

    Returns boolean

    • True if there is an intersection, false otherwise.