KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
Karma::OrthographicCamera Member List

This is the complete list of members for Karma::OrthographicCamera, including all inherited members.

Camera(const glm::vec3 &initialCameraPosition)Karma::Camera
ComputeCameraFront()Karma::Camera
GetPosition() constKarma::Camerainline
GetProjectionMatrix() constKarma::Camerainline
GetRotation() constKarma::Camerainline
GetViewMatirx() constKarma::Camerainline
InitializePitchRoll() (defined in Karma::Camera)Karma::Cameraprotected
LeftMouseButtonPressed()Karma::Camera
LeftMouseButtonReleased()Karma::Camera
m_CameraFront (defined in Karma::Camera)Karma::Cameraprotected
m_CameraUp (defined in Karma::Camera)Karma::Cameraprotected
m_IsLeftMouseButtonPressed (defined in Karma::Camera)Karma::Cameraprotected
m_LastMouseX (defined in Karma::Camera)Karma::Cameraprotected
m_LastMouseY (defined in Karma::Camera)Karma::Cameraprotected
m_Pitch (defined in Karma::Camera)Karma::Cameraprotected
m_Position (defined in Karma::Camera)Karma::Cameraprotected
m_ProjectionMatrix (defined in Karma::Camera)Karma::Cameraprotected
m_Roll (defined in Karma::Camera)Karma::Cameraprotected
m_Rotation (defined in Karma::Camera)Karma::Cameraprotected
m_Sensitivity (defined in Karma::Camera)Karma::Cameraprotected
m_ViewMatrix (defined in Karma::Camera)Karma::Cameraprotected
MoveForward(float amount)Karma::Camera
MoveSideways(float amount)Karma::Camera
MoveUp(float amount)Karma::Camera
OrthographicCamera(float left, float right, float bottom, float top)Karma::OrthographicCamera
RotateAboutXAxis(float amount)Karma::Camera
RotateAboutYAxis(float amount)Karma::Camera
SetCameraFront(const glm::vec3 &front)Karma::Camerainline
SetCameraUp(const glm::vec3 &up)Karma::Camerainline
SetPosition(const glm::vec3 &position)Karma::Camera
SetRotation(float rotation)Karma::Camerainline
~Camera()Karma::Cameravirtual