Returns the distance of the two given axis-aligned boxes. The box is treated as being hollow. The algorithm basically compares the position of the boxes' minimum and maximum points to each other for each coordinate axis separately to determine the minimum distance between the two boxes.
The documentation for this struct was generated from the following files: