AABB Operators

Operators
  NameDescription
Public operatorStatic memberAddition(AABB, AABB)
Combines (adds) the given two axis-aligned 3d bounding boxes.
Public operatorStatic memberAddition(AABB, Point)
Adds the given point to the given axis-aligned 3d bounding box.
Public operatorStatic memberAddition(Point, AABB)
Adds the given point to the given axis-aligned 3d bounding box.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next