Determine if two triangles overlap: Difference between revisions

→‎{{header|Python}}: add lib header for NumPy
(→‎{{header|Python}}: add lib header for Shapely)
(→‎{{header|Python}}: add lib header for NumPy)
Line 3,155:
 
=={{header|Python}}==
{{libheader|NumPy}}
Using numpy:
 
<lang python>from __future__ import print_function
import numpy as np