Function intersectAABB3s

  • Tests for intersection between two axis-aligned 3D boundaries.

    Parameters

    • aabb1: FloatArrayParam

      The first axis-aligned bounding box, represented as an array of six numbers [minX, minY, minZ, maxX, maxY, maxZ].

    • aabb2: FloatArrayParam

      The second axis-aligned bounding box, represented as an array of six numbers.

    Returns number

    • Returns an intersection code indicating the result of the test.