|
TinyRaytracer 0.1
A simple C++ raytracer
|
#include <cmath>#include <iostream>Go to the source code of this file.
Classes | |
| class | vec3 |
Typedefs | |
| using | point3 = vec3 |
Functions | |
| double | dot (const vec3 &a, const vec3 &b) |
| vec3 | cross (const vec3 &a, const vec3 &b) |