cf_ray3_to_aabb3¶
Category: math
GitHub: cute_math3d.h
Raycasts against an AABB (the classic slab method).
Remarks¶
A ray starting inside the box hits at t = 0 with a zero normal.
Related Pages¶
CF_Ray3
CF_Raycast3
CF_Aabb3
cf_ray3_to_sphere
cf_ray3_to_plane3