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::Camera
explicit
Camera
(const Camera &camera)
MobileRT::Camera
Camera
(Camera &&camera) noexcept=default
MobileRT::Camera
degToRad
(float deg)
MobileRT::Camera
protected
static
direction_
MobileRT::Camera
generateRay
(float u, float v, float deviationU, float deviationV) const final
Components::Orthographic
virtual
getAABB
() const final
Components::Orthographic
virtual
getSizeH
() const
Components::Orthographic
getSizeV
() const
Components::Orthographic
operator=
(const Orthographic &orthographic)=delete
Components::Orthographic
operator=
(Orthographic &&orthographic) noexcept=delete
Components::Orthographic
MobileRT::Camera::operator=
(const Camera &camera)=default
MobileRT::Camera
MobileRT::Camera::operator=
(Camera &&camera) noexcept=default
MobileRT::Camera
Orthographic
()=delete
Components::Orthographic
explicit
Orthographic
(const ::glm::vec3 &position, const ::glm::vec3 &lookAt, const ::glm::vec3 &up, float sizeH, float sizeV)
Components::Orthographic
explicit
Orthographic
(const Orthographic &orthographic)=default
Components::Orthographic
Orthographic
(Orthographic &&orthographic) noexcept=delete
Components::Orthographic
position_
MobileRT::Camera
radToDeg
(float rad)
MobileRT::Camera
protected
static
right_
MobileRT::Camera
sizeH_
Components::Orthographic
private
sizeV_
Components::Orthographic
private
up_
MobileRT::Camera
~Camera
()=default
MobileRT::Camera
virtual
~Orthographic
() final=default
Components::Orthographic
Generated by
1.8.13