5 #include <PythonDVec3.h> 33 void setIncidenceAngle(
double incidenceAngle)
glm::dvec3 point
Intersection point.
Definition: RaySceneIntersection.h:23
Primitive * prim
Primitive intersected by the ray.
Definition: RaySceneIntersection.h:19
Class representing a the intersection of a ray over a scene made of primitives.
Definition: RaySceneIntersection.h:12
Wrapper for RaySceneIntersection.
Definition: PyRaySceneIntersectionWrapper.h:14
Wrapper for Primitive class.
Definition: PyPrimitiveWrapper.h:18
double incidenceAngle
Intersection incidence angle.
Definition: RaySceneIntersection.h:27
Wrapper to communicate glm::dvec3 with python.
Definition: PythonDVec3.h:14