From 8ad8165816929301a87e90bbb32c3df6b69030ee Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Sep 2017 12:28:11 +0100 Subject: Updating docs --- classyage_1_1Camera2D.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'classyage_1_1Camera2D.html') diff --git a/classyage_1_1Camera2D.html b/classyage_1_1Camera2D.html index 4bdd1238..8ce478e6 100644 --- a/classyage_1_1Camera2D.html +++ b/classyage_1_1Camera2D.html @@ -29,7 +29,7 @@
YAGE -  0.02 +  v0.1.1
Yet Another Game Engine
@@ -90,7 +90,7 @@ $(document).ready(function(){initNavTree('classyage_1_1Camera2D.html','');});
-

#include <camera2d.hpp>

+

#include <camera2d.h>

@@ -103,8 +103,8 @@ Public Member Functions

Public Member Functions

- - + + @@ -203,8 +203,8 @@ Private Attributes - -

◆ matrix_needs_update_

+ +

◆ ortho_matrix_

@@ -213,7 +213,7 @@ Private Attributes
@@ -225,8 +225,8 @@ Private Attributes - -

◆ ortho_matrix_

+ +

◆ position_

@@ -235,7 +235,7 @@ Private Attributes
@@ -247,8 +247,8 @@ Private Attributes - -

◆ position_

+ +

◆ scale_

@@ -257,7 +257,7 @@ Private Attributes
@@ -269,8 +269,8 @@ Private Attributes - -

◆ scale_

+ +

◆ update_matrix_

@@ -279,7 +279,7 @@ Private Attributes
@@ -292,7 +292,7 @@ Private Attributes
The documentation for this class was generated from the following files: @@ -301,7 +301,7 @@ Private Attributes

Private Attributes

bool matrix_needs_update_ = true
 
bool update_matrix_ = true
 
float scale_ = 1
 
glm::vec2 position_
- +
bool yage::Camera2D::matrix_needs_update_ = trueglm::mat4 yage::Camera2D::ortho_matrix_
- +
glm::mat4 yage::Camera2D::ortho_matrix_glm::vec2 yage::Camera2D::position_
- +
glm::vec2 yage::Camera2D::position_float yage::Camera2D::scale_ = 1
- +
float yage::Camera2D::scale_ = 1bool yage::Camera2D::update_matrix_ = true