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

Function containsAABB3

  • containsAABB3(aabb1: AABB3, aabb2: AABB3): boolean

    Checks if one AABB3 fully contains another.

    Parameters

    • aabb1: AABB3

      The first AABB3.

    • aabb2: AABB3

      The second AABB3.

    Returns boolean

    true if aabb1 contains aabb2, otherwise false.

    • Defined in packages/sdk/src/math/boundaries.ts:294

Settings

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

Generated using TypeDoc