• Preparing search index...
  • The search index is not available
@xeokit/sdk - v0.1.0
  • @xeokit/sdk
  • base
  • math
  • boundaries
  • intersectFrustum3Triangle3

Function intersectFrustum3Triangle3

  • intersectFrustum3Triangle3(
        frustum: Frustum3,
        a: FloatArrayParam,
        b: FloatArrayParam,
        c: FloatArrayParam,
    ): boolean

    Tests if a frustum intersects a single triangle.

    Parameters

    • frustum: Frustum3

      The frustum to test.

    • a: FloatArrayParam

      The first vertex of the triangle.

    • b: FloatArrayParam

      The second vertex of the triangle.

    • c: FloatArrayParam

      The third vertex of the triangle.

    Returns boolean

    • True if there is an intersection, false otherwise.
    • Defined in packages/sdk/src/base/math/boundaries.ts:831

Settings

Member Visibility
@xeokit/sdk - v0.1.0
  • Loading...

Generated using TypeDoc