From ee465746eb37865079daeb5c47f25f11cdcddada Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 23:02:57 +0100 Subject: Updating docs --- classyage_1_1Camera2D.html | 127 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 126 insertions(+), 1 deletion(-) (limited to 'classyage_1_1Camera2D.html') diff --git a/classyage_1_1Camera2D.html b/classyage_1_1Camera2D.html index 7ced41c3..8f419f97 100644 --- a/classyage_1_1Camera2D.html +++ b/classyage_1_1Camera2D.html @@ -83,6 +83,7 @@ $(document).ready(function(){initNavTree('classyage_1_1Camera2D.html','');});
yage::Camera2D Class Reference
@@ -99,6 +100,19 @@ 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

@@ -164,6 +178,117 @@ Public Member Functions
+
+ +

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: