cf_intersect¶
Category: math
GitHub: cute_math.h
Given the distances of two points a
and b
to a plane (da
and db
respectively), compute the insterection
value used to lerp from a
to b
to find the intersection point.
Related Pages¶
cf_min
cf_max
cf_clamp
cf_clamp01
cf_sign
cf_fract
cf_safe_invert
cf_lerp
cf_remap
cf_mod