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_1Vector.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'classyage_1_1Vector.html') diff --git a/classyage_1_1Vector.html b/classyage_1_1Vector.html index 33247452..8f360a01 100644 --- a/classyage_1_1Vector.html +++ b/classyage_1_1Vector.html @@ -29,7 +29,7 @@
YAGE -  0.02 +  v0.1.1
Yet Another Game Engine
@@ -89,7 +89,7 @@ $(document).ready(function(){initNavTree('classyage_1_1Vector.html','');});
-

#include <matrix.hpp>

+

#include <matrix.h>

Inheritance diagram for yage::Vector< Rows, Type >:
@@ -113,7 +113,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 () @@ -125,18 +125,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)   @@ -319,13 +320,14 @@ template<int Rows = 2, class Type = double>
+
Bug:
When printing certain matrices, it omits a row or column. Still need to determine under which conditions.

Reimplemented from yage::Matrix< Rows, 1, Type >.


The documentation for this class was generated from the following file: @@ -333,7 +335,7 @@ template<int Rows = 2, class Type = double>