MobileRT  1.0
A multi platform C++ CPU progressive Ray Tracer.
MobileRT::Ray Member List

This is the complete list of members for MobileRT::Ray, including all inherited members.

checkArguments() constMobileRT::Rayprivate
depth_MobileRT::Ray
direction_MobileRT::Ray
getNumberOfCastedRays() noexceptMobileRT::Raystatic
id_MobileRT::Ray
operator=(const Ray &ray)=deleteMobileRT::Ray
operator=(Ray &&ray) noexceptMobileRT::Ray
origin_MobileRT::Ray
primitive_MobileRT::Ray
Ray()=deleteMobileRT::Rayexplicit
Ray(const ::glm::vec3 &dir, const ::glm::vec3 &origin, ::std::int32_t depth, bool shadowTrace, const void *primitive=nullptr)MobileRT::Rayexplicit
Ray(const Ray &ray)=defaultMobileRT::Ray
Ray(Ray &&ray) noexcept=defaultMobileRT::Ray
resetIdGenerator() noexceptMobileRT::Raystatic
shadowTrace_MobileRT::Ray
~Ray()=defaultMobileRT::Ray