Module integer

Source
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).