Jump to content

Ray-casting algorithm: Difference between revisions

m
→‎{{header|Racket}}: Switched Racket to Scheme syntax highlighting since it's close enough and better than nothing.
(→‎{{header|Racket}}: Added missing implementation details from algorithm.)
m (→‎{{header|Racket}}: Switched Racket to Scheme syntax highlighting since it's close enough and better than nothing.)
Line 2,988:
=={{header|Racket}}==
Straightforward implementation of pseudocode
<lang racketscheme>
#lang racket
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.