Determine if two triangles overlap: Difference between revisions

→‎{{header|ooRexx}}: fix one bug (found by more testing
(→‎{{header|ooRexx}}: fix 3 lines)
(→‎{{header|ooRexx}}: fix one bug (found by more testing)
Line 462:
End
When ka.2='*' Then Do
y2=add(multiply(ka.1,pp~x),da.21)
res=between(p1~y,y2,p2~y)
End
2,295

edits