MobileRT
1.0
A multi platform C++ CPU progressive Ray Tracer.
|
This is the complete list of members for MobileRT::Sphere, including all inherited members.
center_ | MobileRT::Sphere | private |
checkArguments() const | MobileRT::Sphere | private |
getAABB() const | MobileRT::Sphere | |
intersect(Intersection intersection) const | MobileRT::Sphere | |
intersect(const AABB &box) const | MobileRT::Sphere | |
materialIndex_ | MobileRT::Sphere | private |
operator=(const Sphere &sphere)=default | MobileRT::Sphere | |
operator=(Sphere &&sphere) noexcept=default | MobileRT::Sphere | |
Sphere()=delete | MobileRT::Sphere | explicit |
Sphere(const ::glm::vec3 ¢er, float radius, ::std::int32_t materialIndex) | MobileRT::Sphere | explicit |
Sphere(const Sphere &sphere)=default | MobileRT::Sphere | |
Sphere(Sphere &&sphere) noexcept=default | MobileRT::Sphere | |
sqRadius_ | MobileRT::Sphere | private |
~Sphere()=default | MobileRT::Sphere |