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