Determine if two triangles overlap: Difference between revisions

Content added Content deleted
m (→‎{{header|Raku}}: Fix code: Perl 6 --> Raku)
(→‎{{header|Python}}: add lib header for Shapely)
Line 3,253: Line 3,253:
True True
True True
/False False</pre>
/False False</pre>
{{libheader|Shapely}}

Using shapely:
Using shapely:

<lang python>from __future__ import print_function
<lang python>from __future__ import print_function
from shapely.geometry import Polygon
from shapely.geometry import Polygon