#include "renderstack/rs.h"#include "renderstack/frame.hpp"#include <exception>Go to the source code of this file.
Data Structures | |
| class | renderstack::invalid_camera_projection_exception |
| class | renderstack::camera |
| holds necessary information to produce projection matrix More... | |
Namespaces | |
| namespace | renderstack |
Enumerations | |
| enum | renderstack::camera_projection { renderstack::camera_projection_perspective_horizontal = 1, renderstack::camera_projection_perspective_vertical, renderstack::camera_projection_orthogonal_horizontal, renderstack::camera_projection_orthogonal_vertical, renderstack::camera_projection_orthogonal } |
Definition in file camera.hpp.
1.6.3