From 00de9674eb8f34c47b487704c58a39939df2acd3 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 23:00:32 +0100 Subject: Updating docs --- classyage_1_1Camera2D.html | 127 +-------------------------------------------- 1 file changed, 1 insertion(+), 126 deletions(-) (limited to 'classyage_1_1Camera2D.html') diff --git a/classyage_1_1Camera2D.html b/classyage_1_1Camera2D.html index 9a3650a2..7ced41c3 100644 --- a/classyage_1_1Camera2D.html +++ b/classyage_1_1Camera2D.html @@ -83,7 +83,6 @@ $(document).ready(function(){initNavTree('classyage_1_1Camera2D.html','');});
yage::Camera2D Class Reference
@@ -100,19 +99,6 @@ Public Member Functions   void move (const glm::vec2 &direction)   - - - - - - - - - - - -

-Private Attributes

bool matrix_needs_update_ = true
 
float scale_ = 1
 
glm::vec2 position_
 
glm::mat4 camera_matrix_
 
glm::mat4 ortho_matrix_
 

Constructor & Destructor Documentation

@@ -178,117 +164,6 @@ Private Attributes
-
- -

Member Data Documentation

- -

◆ camera_matrix_

- -
-
- - - - - -
- - - - -
glm::mat4 yage::Camera2D::camera_matrix_
-
-private
-
- -
-
- -

◆ matrix_needs_update_

- -
-
- - - - - -
- - - - -
bool yage::Camera2D::matrix_needs_update_ = true
-
-private
-
- -
-
- -

◆ ortho_matrix_

- -
-
- - - - - -
- - - - -
glm::mat4 yage::Camera2D::ortho_matrix_
-
-private
-
- -
-
- -

◆ position_

- -
-
- - - - - -
- - - - -
glm::vec2 yage::Camera2D::position_
-
-private
-
- -
-
- -

◆ scale_

- -
-
- - - - - -
- - - - -
float yage::Camera2D::scale_ = 1
-
-private
-
-

The documentation for this class was generated from the following files: