Expand description
Primitive intersection routines
Modules§
- integer
- Intersection of Aabbs over Integers.
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).
- continuous_
line2_ aabb2 - Compute the intersection of a 2D line with a 2D AABB (rectangle).
- continuous_
line2_ sphere2 - Compute the intersection of a 2D line with a 2D sphere (circle).
- continuous_
line3_ aabb3 - Compute the intersection of a 3D line with a 3D AABB.
- continuous_
line3_ plane3 - Compute the continuous intersection of a 3D line with a 3D plane.
- continuous_
line3_ sphere3 - Compute the continuous intersection of a 3D line with a 3D sphere.
- continuous_
segment2_ aabb2 - Compute continuous intersection of a 2D line segment with a 2D AABB (rectangle).
- continuous_
segment2_ sphere2 - Compute continuous intersection of a 2D line segment with a 2D sphere (circle).
- continuous_
segment3_ aabb3 - Compute continuous intersection of a 3D line segment with an AABB.
- continuous_
segment3_ capsule3 - Compute continuous intersection of a line segment with an axis-aligned capsule.
- continuous_
segment3_ cylinder3 - Compute continuous intersection of a 3D line segment with an axis-aligned cylinder.
- continuous_
segment3_ sphere3 - Compute continuous intersection of a 3D line segment with a sphere.
- 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).
- discrete_
sphere2_ sphere2 - Discrete intersection test of 2D spheres.
- discrete_
sphere3_ sphere3 - Discrete intersection test of 3D spheres.