From 0e5a826935cd1e5ef1e3061d029e2aafea038f47 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 26 Sep 2017 14:18:22 +0100 Subject: Adding --- classyage_1_1Vector2.html | 149 ++++++++++++++++++++++------------------------ 1 file changed, 70 insertions(+), 79 deletions(-) (limited to 'classyage_1_1Vector2.html') diff --git a/classyage_1_1Vector2.html b/classyage_1_1Vector2.html index e0d80adb..214c403f 100644 --- a/classyage_1_1Vector2.html +++ b/classyage_1_1Vector2.html @@ -3,23 +3,22 @@ - + + YAGE: yage::Vector2< Type > Class Template Reference + + - @@ -28,7 +27,7 @@ -
+
YAGE  v0.1.1
@@ -39,43 +38,19 @@
- + - - + + + +
+
@@ -122,8 +97,8 @@ $(document).ready(function(){initNavTree('classyage_1_1Vector2.html','');}); Inheritance diagram for yage::Vector2< Type >:
- - + + yage::Vector< 2, Type > yage::Matrix< Rows, 1, Type > @@ -141,12 +116,12 @@ Public Member Functions   Type & x ()   -const Type & x () const -  +const Type & x () const +  Type & y ()   -const Type & y () const -  +const Type & y () const +  - Public Member Functions inherited from yage::Vector< 2, Type >  Vector ()   @@ -156,39 +131,39 @@ Public Member Functions   Type & operator[] (int col)   -const Type & operator[] (int col) const -  +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 () - Initializes the size of the data_ vector. More...
+ Initializes the size of the data_ vector. More...
   Matrix (const std::vector< Type > &data)   -int rowSize () const - Returns the row size of the Matrix. More...
-  -int colSize () const - 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...
-  +int rowSize () const + Returns the row size of the Matrix. More...
+  +int colSize () const + 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 the start. More...
+ Iterator support for the start. More...
  std::vector< Type >::iterator end () - Iterator support for the end. More...
+ Iterator support for the end. More...
  details::Row< Rows, Cols, Type > operator[] (int row)   -details::Row< Rows, Cols, Type > operator[] (int row) const -  +details::Row< Rows, Cols, Type > operator[] (int row) const +  Matrix< Rows, Cols, Type > & operator+= (const Matrix< Rows, Cols, Type > &rhs)   Matrix< Rows, Cols, Type > & operator-= (const Matrix< Rows, Cols, Type > &rhs) @@ -198,16 +173,18 @@ Public Member Functions Additional Inherited Members - Protected Attributes inherited from yage::Matrix< Rows, 1, Type > std::vector< Type > data_ - Vector containing the data of the matrix. More...
+ Vector containing the data of the matrix. More...
 

Detailed Description

-

template<class Type = double>
+

template<class Type = double>
class yage::Vector2< Type >

Two dimensional vector class.

Constructor & Destructor Documentation

- + +

◆ Vector2() [1/4]

+
@@ -232,7 +209,9 @@ template<class Type = double>
- + +

◆ Vector2() [2/4]

+
@@ -258,7 +237,9 @@ template<class Type = double>
- + +

◆ Vector2() [3/4]

+
@@ -294,7 +275,9 @@ template<class Type = double>
- + +

◆ Vector2() [4/4]

+
@@ -321,7 +304,9 @@ template<class Type = double>

Member Function Documentation

- + +

◆ x() [1/2]

+
@@ -346,7 +331,9 @@ template<class Type = double>
- + +

◆ x() [2/2]

+
@@ -371,7 +358,9 @@ template<class Type = double>
- + +

◆ y() [1/2]

+
@@ -396,7 +385,9 @@ template<class Type = double>
- + +

◆ y() [2/2]

+
@@ -430,9 +421,9 @@ template<class Type = double>
-- cgit