Ray-casting algorithm: Difference between revisions

Content added Content deleted
(→‎{{header|C}}: replaced with much more rigorous code)
Line 330: Line 330:
<lang c>#include <stdio.h>
<lang c>#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <stdarg.h>
#include <math.h>
#include <math.h>