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

    Parameters

    • aabb1: AABB3

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

    • aabb2: AABB3

      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.