Ray-casting algorithm: Difference between revisions

Content added Content deleted
Line 314: Line 314:
Point(10.0,10.0): FALSE</pre>
Point(10.0,10.0): FALSE</pre>
=={{header|ANSI Standard BASIC}}==
=={{header|ANSI Standard BASIC}}==
Translated from FreeBASIC:
{{trans|FreeBASIC}}
<lang ANSI Standard BASIC>1000 PUBLIC NUMERIC x,y
<lang ANSI Standard BASIC>1000 PUBLIC NUMERIC x,y
1010 LET x=1
1010 LET x=1