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

Function intersectAABB3Lines3

  • intersectAABB3Lines3(
        aabb: AABB3,
        positions: FloatArrayParam,
        indices: IntArrayParam,
    ): boolean

    Tests if an AABB intersects a lines primitive geometry.

    Parameters

    • aabb: AABB3

      The axis-aligned bounding box.

    • positions: FloatArrayParam

      The vertex positions of the lines.

    • indices: IntArrayParam

      The indices defining the line segments.

    Returns boolean

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

Settings

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

Generated using TypeDoc