OrbitEngine C++ Docs
  1. Pages
  1. Classes
  2. Files

OrbitEngine::Misc::Camera class
#include <OE/Misc/Camera.hpp>

Contents

  • Reference
    • Constructors, destructors, conversion operators
    • Public functions
    • Protected variables

Constructors, destructors, conversion operators

Camera(const Math::Mat4& projectionMatrix = Math::Mat4::Identity())

Public functions

void update(float direction) virtual
void setProjectionMatrix(const Math::Mat4& projection)
void setViewMatrix(const Math::Mat4& view)
auto getProjectionMatrix() -> Math::Mat4&
auto getViewMatrix() -> Math::Mat4&
auto getPosition() -> Math::Vec3f&
auto getRotation() -> Math::Vec2f&

Protected variables

Math::Mat4 m_ProjectionMatrix
Math::Mat4 m_ViewMatrix
Math::Vec3f m_Position
Math::Vec2f m_Rotation
Tab / T to search, Esc to close
2701 symbols (347.2 kB)

Search for symbols, directories, files, pages or modules. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use ↓ / ↑ to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using ⌘ L while ⌘ M produces a Markdown link.

Sorry, nothing was found.

    OrbitEngine C++ Docs. Created with Doxygen 1.8.11 and m.css.