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
. Parameter segm1
can not be null. It is a single object. Parameter segm2
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_optional_MR_Vector2f_Destroy()
to free it when you're done using it.