Expand description
Intersection of Aabbs over Integers.
Note that unlike Aabbs over Scalars, Aabbs over Integers are closed (they include their boundaries).
Functionsยง
- continuous_
aabb2_ aabb2 - Continuous intersection test of 2D axis-aligned bounding boxes.
- continuous_
aabb3_ aabb3 - Continuous intersection test of 3D axis-aligned bounding boxes.
- continuous_
interval - Continuous intersection test of 1D axis-aligned bounding boxes (intervals).
- discrete_
aabb2_ aabb2 - Discrete intersection test of 2D axis-aligned bounding boxes.
- discrete_
aabb3_ aabb3 - Discrete intersection test of 3D axis-aligned bounding boxes.
- discrete_
interval - Discrete intersection test of 1D axis-aligned bounding boxes (intervals).