#ifndef RTWEEKEND_H #define RTWEEKEND_H #include #include /* Utility functions */ double degrees_to_radians(double d) { return d * M_PI / 180; } /* Common internal headers */ #include "ray.hpp" #include "vec3.hpp" #endif