Function intersectFrustum3AABB3

  • Tests for intersection between a frustum and an axis-aligned 3D boundary.

    Parameters

    • frustum: Frustum3

      The frustum to test.

    • aabb: FloatArrayParam

      The axis-aligned bounding box (AABB) represented as an array [minX, minY, minZ, maxX, maxY, maxZ].

    Returns number

    The intersection state: INSIDE, INTERSECT, or OUTSIDE.