cf_make_ray3¶
Category: math
GitHub: cute_math3d.h
Returns a ray from p toward q, spanning exactly the distance between them.
Remarks¶
Named like cf_make_sphere/cf_make_aabb3, the other 3d shape constructors.
Related Pages¶
CF_Ray3
cf_ray3_to_aabb3
cf_ray3_to_sphere
cf_ray3_to_plane3