Ray-casting algorithm: Difference between revisions

m
m (→‎{{header|REXX}}: added/changed comments and whitespace.)
Line 1,922:
 
=={{header|Julia}}==
{{works with|Julia|0.6}}
{{trans|Python}}
 
Line 1,973 ⟶ 1,972:
 
'''Main''':
<lang julia>letusing A = Point(0.0, 0.0),Printf
 
let A = Point(0.0, 0.0),
B = Point(0.0, 10.0),
C = Point(10.0, 10.0),
4,102

edits