Skip to content

cf_ray_to_halfspace

Category: collision
GitHub: cute_math.h


Returns a raycast to a halfspace (plane)

CF_Raycast cf_ray_to_halfspace(CF_Ray A, CF_Halfspace B)
Parameters Description
A The ray.
B The plane.
Returns a CF_Raycast containing results about the raycast.

CF_Ray