Go to the source code of this file.
◆ MR_LineSegm2f
◆ MR_std_optional_MR_Vector2f
◆ MR_intersection()
finds an intersection between a segm1 and a segm2 
- Returns
- nullopt if they don't intersect (even if they match) Generated from function MR::intersection. Parametersegm1can not be null. It is a single object. Parametersegm2can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must callMR_std_optional_MR_Vector2f_Destroy()to free it when you're done using it.