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_1Vector2.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'classyage_1_1Vector2.html') diff --git a/classyage_1_1Vector2.html b/classyage_1_1Vector2.html index 415d12ba..ada0386a 100644 --- a/classyage_1_1Vector2.html +++ b/classyage_1_1Vector2.html @@ -29,7 +29,7 @@
YAGE -  0.02 +  v0.1.1
Yet Another Game Engine
@@ -92,7 +92,7 @@ $(document).ready(function(){initNavTree('classyage_1_1Vector2.html','');});

2D Vector class. More...

-

#include <matrix.hpp>

+

#include <matrix.h>

Inheritance diagram for yage::Vector2< Type >:
@@ -134,7 +134,7 @@ Public Member Functions const Type & operator[] (int col) const   std::string toString () const override - prints out the matrix, but can also be implemented by other classes to print data differently More...
+ Prints out the matrix, but can also be implemented by other classes to print data differently. More...
  - Public Member Functions inherited from yage::Matrix< Rows, 1, Type >  Matrix () @@ -146,18 +146,19 @@ Public Member Functions  Returns the row size of the Matrix. More...
  int colSize () const - Returns the column size of the Matrixxs. More...
+ Returns the column size of the Matrix. More...
  Matrix< 1, Cols, Type > getRow (int row) const  Return the row specified row as a Matrix with only one row. More...
  Matrix< Rows, 1, Type > getCol (int col) const + Get a specific column in a column vector. More...
  std::vector< Type >::iterator begin () - iterator support for begin More...
+ Iterator support for the start. More...
  std::vector< Type >::iterator end () - iterator support for end More...
+ Iterator support for the end. More...
  detail::Row< Rows, Cols, Type > operator[] (int row)   @@ -412,7 +413,7 @@ template<class Type = double>

The documentation for this class was generated from the following file: @@ -420,7 +421,7 @@ template<class Type = double>