CF_Halfspace¶
Category: math
GitHub: cute_math.h
2d plane, aka line.
Struct Members | Description |
---|---|
CF_V2 n |
The plane's normal vector. |
float d |
Distance to origin; d = ax + by = dot(n, p). |
Related Pages¶
cf_intersect_halfspace
cf_plane
cf_origin
cf_distance_hs
cf_project