Determine if two triangles overlap: Difference between revisions

Content added Content deleted
m (→‎{{header|Raku}}: reformatting for clarity)
m (Fix pascal version to run in delphi)
Line 3,546: Line 3,546:
If there's no separator, then the triangles have an overlap of positive area.
If there's no separator, then the triangles have an overlap of positive area.
}
}
{$IFDEF FPC}
{$mode objfpc}{$H+}
{$mode objfpc}{$H+}
{$ENDIF}}


uses Math, SysUtils;
uses Math, SysUtils;