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

This is the complete list of members for Components::Orthographic, including all inherited members.

Camera(const ::glm::vec3 &position, const ::glm::vec3 &lookAt, const ::glm::vec3 &up)MobileRT::Cameraexplicit
Camera(const Camera &camera)MobileRT::Camera
Camera(Camera &&camera) noexcept=defaultMobileRT::Camera
degToRad(float deg)MobileRT::Cameraprotectedstatic
direction_MobileRT::Camera
generateRay(float u, float v, float deviationU, float deviationV) const finalComponents::Orthographicvirtual
getAABB() const finalComponents::Orthographicvirtual
getSizeH() constComponents::Orthographic
getSizeV() constComponents::Orthographic
operator=(const Orthographic &orthographic)=deleteComponents::Orthographic
operator=(Orthographic &&orthographic) noexcept=deleteComponents::Orthographic
MobileRT::Camera::operator=(const Camera &camera)=defaultMobileRT::Camera
MobileRT::Camera::operator=(Camera &&camera) noexcept=defaultMobileRT::Camera
Orthographic()=deleteComponents::Orthographicexplicit
Orthographic(const ::glm::vec3 &position, const ::glm::vec3 &lookAt, const ::glm::vec3 &up, float sizeH, float sizeV)Components::Orthographicexplicit
Orthographic(const Orthographic &orthographic)=defaultComponents::Orthographic
Orthographic(Orthographic &&orthographic) noexcept=deleteComponents::Orthographic
position_MobileRT::Camera
radToDeg(float rad)MobileRT::Cameraprotectedstatic
right_MobileRT::Camera
sizeH_Components::Orthographicprivate
sizeV_Components::Orthographicprivate
up_MobileRT::Camera
~Camera()=defaultMobileRT::Cameravirtual
~Orthographic() final=defaultComponents::Orthographic