|
CPP-TOOLBOX
|
This is the complete list of members for Camera2D, including all inherited members.
| Camera2D(unsigned int &screen_width_px, unsigned int &screen_height_px) | Camera2D | inline |
| get_projection_matrix() const override | Camera2D | inlinevirtual |
| get_transform_matrix() const | Camera2D | inline |
| get_view_matrix() const override | Camera2D | inlinevirtual |
| get_visible_frustum_world_space() override | Camera2D | inlinevirtual |
| is_dragging | Camera2D | |
| is_visible(const std::vector< glm::vec3 > &xyz_positions, Transform &transform) override | Camera2D | inlinevirtual |
| is_visible(const vertex_geometry::AxisAlignedBoundingBox &aabb, Transform &transform) override | Camera2D | inlinevirtual |
| last_mouse_pos_x | Camera2D | |
| last_mouse_pos_y | Camera2D | |
| offset | Camera2D | |
| on_scroll(double x_offset, double y_offset) | Camera2D | inline |
| screen_height_px | Camera2D | |
| screen_width_px | Camera2D | |
| transform | ICamera | |
| update(double mouse_delta_x, double mouse_delta_y, unsigned int width, unsigned int height, bool is_dragging) | Camera2D | inline |
| zoom | Camera2D | |
| ~ICamera()=default | ICamera | virtual |