Determine if two triangles overlap: Difference between revisions

→‎{{header|Python}}: add lib header for Shapely
m (→‎{{header|Raku}}: Fix code: Perl 6 --> Raku)
(→‎{{header|Python}}: add lib header for Shapely)
Line 3,253:
True True
/False False</pre>
{{libheader|Shapely}}
 
Using shapely:
 
<lang python>from __future__ import print_function
from shapely.geometry import Polygon