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

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

checkArguments() constMobileRT::Planeprivate
distance(const ::glm::vec3 &point) constMobileRT::Plane
getAABB() constMobileRT::Plane
getMaterialIndex() constMobileRT::Plane
getNormal() constMobileRT::Plane
getPoint() constMobileRT::Plane
getRightVector() constMobileRT::Planeprivate
intersect(Intersection intersection) constMobileRT::Plane
intersect(const AABB &box) constMobileRT::Plane
materialIndex_MobileRT::Planeprivate
normal_MobileRT::Planeprivate
operator=(const Plane &plane)=defaultMobileRT::Plane
operator=(Plane &&plane) noexcept=defaultMobileRT::Plane
Plane()=deleteMobileRT::Planeexplicit
Plane(const ::glm::vec3 &point, const ::glm::vec3 &normal, ::std::int32_t materialIndex)MobileRT::Planeexplicit
Plane(const Plane &plane)=defaultMobileRT::Plane
Plane(Plane &&plane) noexcept=defaultMobileRT::Plane
point_MobileRT::Planeprivate
~Plane()=defaultMobileRT::Plane