Determine if two triangles overlap: Difference between revisions

m
(Added Algol 68 using the Check if two polygons overlap code.)
m (→‎{{header|Wren}}: Minor tidy)
Line 6,736:
{{trans|Kotlin}}
{{libheader|Wren-dynamic}}
<syntaxhighlight lang="ecmascriptwren">import "./dynamic" for Tuple, Struct
 
var Point = Tuple.create("Point", ["x", "y"])
9,486

edits