Go to the documentation of this file.
19 #ifndef INTERSECTION_HELPER_HPP_
20 #define INTERSECTION_HELPER_HPP_
34 static std::vector<double>
sphere_ray(
const vec3& sphere_center,
const double& sphere_radius,
const vec3& ray_center,
const vec3& ray_direction);