22auto init(GLFWwindow* window,
int width,
int height) -> void;
28auto view() ->
const Eigen::Matrix4f&;
35auto screen() ->
const Eigen::Matrix4f&
auto screen() -> const Eigen::Matrix4f &
Definition Camera.cpp:182
auto view() -> const Eigen::Matrix4f &
gets the view transform for the camera
Definition Camera.cpp:172
auto init(GLFWwindow *window, int width, int height) -> void
Definition Camera.cpp:166
auto projection() -> const Eigen::Matrix4f &
Gets the orthogonal projection matrix for the camera.
Definition Camera.cpp:177