cf_intersect_halfspace¶
Category: math
GitHub: cute_math.h
Returns the intersection point of two points to a plane.
Remarks¶
The distance to the plane are provided as da
and db
. You can compute these with e.g. cf_distance_hs, or instead
call the similar function cf_intersect_halfspace2.
Related Pages¶
CF_Halfspace
cf_plane
cf_origin
cf_distance_hs
cf_project
cf_mul_tf_hs
cf_mulT_tf_hs
cf_intersect_haflspace3
cf_intersect_haflspace2