From aa9cdee46fea21ad50b70a4513aa39aebe280b7f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 27 Jul 2017 23:21:23 +0100 Subject: Adding initial docs --- classyage_1_1Matrix.html | 138 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 classyage_1_1Matrix.html (limited to 'classyage_1_1Matrix.html') diff --git a/classyage_1_1Matrix.html b/classyage_1_1Matrix.html new file mode 100644 index 00000000..f03514fc --- /dev/null +++ b/classyage_1_1Matrix.html @@ -0,0 +1,138 @@ + + + + + + + +YAGE: yage::Matrix< Rows, Cols, Type > Class Template Reference + + + + + + + + + +
+
+ + + + + + +
+
YAGE +
+
Yet Another Game Engine
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
yage::Matrix< Rows, Cols, Type > Class Template Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

+int rowSize () const
 
+int colSize () const
 
+Matrix< 1, Cols, Type > getRow (int row) const
 
+Matrix< Rows, 1, Type > getCol (int col) const
 
+std::vector< Type >::iterator begin ()
 
+std::vector< Type >::iterator end ()
 
+virtual std::string toString () const
 
+detail::Row< Rows, Cols, Type > operator[] (int row)
 
+detail::Row< Rows, Cols, Type > operator[] (int row) const
 
+Matrix< Rows, Cols, Type > & operator= (const Matrix< Rows, Cols, Type > &other)
 
+Matrix< Rows, Cols, Type > & operator+= (const Matrix< Rows, Cols, Type > &rhs)
 
+Matrix< Rows, Cols, Type > & operator-= (const Matrix< Rows, Cols, Type > &rhs)
 
+ + + +

+Protected Attributes

+std::vector< Type > data_
 
+ + + +

+Friends

+class detail::Row< Rows, Cols, Type >
 
+
The documentation for this class was generated from the following file: +
+ + + + -- cgit