Find if a point is within a triangle: Difference between revisions

Line 33:
With additional material
{{Trans|Wren}}
The Common Lisp algorithm (at least, as translated to Algol 68) does not handle the additional Wren test cases. The more accurate algorithm translated from the Wren sample does handle these cases.
<lang algol68>BEGIN # determine whether a point is within a triangle or not #
# tolerance for the accurate test #
3,021

edits