Expand description
Collision functions and bounding volumes
https://docs.microsoft.com/en-us/windows/win32/api/directxcollision/
Modules§
- triangle_
tests - Triangle intersection and containment functions.
Structs§
- Bounding
Box - A bounding axis-aligned object (
AABB). - Bounding
Frustum - A bounding frustum object.
- Bounding
Oriented Box - An oriented bounding box object (
OBB). - Bounding
Sphere - A bounding sphere object.
Enums§
- Containment
Type - Indicates whether an object contains another object.
- Plane
Intersection Type - Indicates whether an object intersects a plane.