From c7dad1e929c0101386fbcdaa194e402d68f74752 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 22:56:53 +0100 Subject: Updating docs --- classyage_1_1Vector2-members.html | 62 +++++++++++++++++++++++++++++++-------- 1 file changed, 50 insertions(+), 12 deletions(-) (limited to 'classyage_1_1Vector2-members.html') diff --git a/classyage_1_1Vector2-members.html b/classyage_1_1Vector2-members.html index 8fdc2462..a8ff1fe1 100644 --- a/classyage_1_1Vector2-members.html +++ b/classyage_1_1Vector2-members.html @@ -9,6 +9,13 @@ + + + + + @@ -44,6 +51,21 @@ $(function() { }); + +
+ +
+
+
+ +
- -
yage::Vector2< Type > Member List
@@ -75,15 +92,36 @@ $(function() { colSize() constyage::Matrix< Rows, 1, Type >inline data_yage::Matrix< Rows, 1, Type >protected end()yage::Matrix< Rows, 1, Type >inline - getRow(int row) constyage::Matrix< Rows, 1, Type >inline - Matrix()yage::Matrix< Rows, 1, Type >inline + getCol(int col) constyage::Matrix< Rows, 1, Type >inline + getRow(int row) constyage::Matrix< Rows, 1, Type >inline + Matrix()yage::Matrix< Rows, 1, Type >inline + Matrix(const std::vector< Type > &data)yage::Matrix< Rows, 1, Type >inline + operator+=(const Matrix< Rows, Cols, Type > &rhs)yage::Matrix< Rows, 1, Type >inline + operator-=(const Matrix< Rows, Cols, Type > &rhs)yage::Matrix< Rows, 1, Type >inline + operator[](int col)yage::Vector< 2, Type >inline + operator[](int col) constyage::Vector< 2, Type >inline rowSize() constyage::Matrix< Rows, 1, Type >inline + toString() const override override overrideyage::Vector< 2, Type >inlinevirtual + Vector()yage::Vector< 2, Type >inline + Vector(const Matrix< Rows, 1, Type > &other)yage::Vector< 2, Type >inline + Vector(const std::vector< Type > &data)yage::Vector< 2, Type >inline + Vector2()yage::Vector2< Type >inline + Vector2(const std::vector< Type > &data)yage::Vector2< Type >inline + Vector2(Type x, Type y)yage::Vector2< Type >inline + Vector2(const Matrix< 2, 1, Type > &other)yage::Vector2< Type >inline + x()yage::Vector2< Type >inline + x() constyage::Vector2< Type >inline + y()yage::Vector2< Type >inline + y() constyage::Vector2< Type >inline
+ - + -- cgit