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_1Vector2-members.html | 104 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 classyage_1_1Vector2-members.html (limited to 'classyage_1_1Vector2-members.html') diff --git a/classyage_1_1Vector2-members.html b/classyage_1_1Vector2-members.html new file mode 100644 index 00000000..3fbf23ae --- /dev/null +++ b/classyage_1_1Vector2-members.html @@ -0,0 +1,104 @@ + + + + + + + +YAGE: Member List + + + + + + + + + +
+
+ + + + + + +
+
YAGE +
+
Yet Another Game Engine
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+
yage::Vector2< Type > Member List
+
+
+ +

This is the complete list of members for yage::Vector2< Type >, including all inherited members.

+ + + + + + + + + + + + + + + + + + + + + + + + +
begin() (defined in yage::Matrix< Rows, 1, Type >)yage::Matrix< Rows, 1, Type >inline
colSize() const (defined in yage::Matrix< Rows, 1, Type >)yage::Matrix< Rows, 1, Type >inline
data_ (defined in yage::Matrix< Rows, 1, Type >)yage::Matrix< Rows, 1, Type >protected
end() (defined in yage::Matrix< Rows, 1, Type >)yage::Matrix< Rows, 1, Type >inline
getCol(int col) const (defined in yage::Matrix< Rows, 1, Type >)yage::Matrix< Rows, 1, Type >inline
getRow(int row) const (defined in yage::Matrix< Rows, 1, Type >)yage::Matrix< Rows, 1, Type >inline
Matrix() (defined in yage::Matrix< Rows, 1, Type >)yage::Matrix< Rows, 1, Type >inline
operator+=(const Matrix< Rows, Cols, Type > &rhs) (defined in yage::Matrix< Rows, 1, Type >)yage::Matrix< Rows, 1, Type >inline
operator-=(const Matrix< Rows, Cols, Type > &rhs) (defined in yage::Matrix< Rows, 1, Type >)yage::Matrix< Rows, 1, Type >inline
operator=(const Matrix< Rows, Cols, Type > &other) (defined in yage::Matrix< Rows, 1, Type >)yage::Matrix< Rows, 1, Type >inline
operator[](int col) (defined in yage::Vector< 2, Type >)yage::Vector< 2, Type >inline
operator[](int col) const (defined in yage::Vector< 2, Type >)yage::Vector< 2, Type >inline
rowSize() const (defined in yage::Matrix< Rows, 1, Type >)yage::Matrix< Rows, 1, Type >inline
toString() const (defined in yage::Vector< 2, Type >)yage::Vector< 2, Type >inlinevirtual
Vector() (defined in yage::Vector< 2, Type >)yage::Vector< 2, Type >inline
Vector(const Matrix< Rows, 1, Type > &other) (defined in yage::Vector< 2, Type >)yage::Vector< 2, Type >inlineexplicit
Vector2() (defined in yage::Vector2< Type >)yage::Vector2< Type >inline
Vector2(Type x, Type y) (defined in yage::Vector2< Type >)yage::Vector2< Type >inline
Vector2(const Matrix< 2, 1, Type > &other) (defined in yage::Vector2< Type >)yage::Vector2< Type >inline
x() (defined in yage::Vector2< Type >)yage::Vector2< Type >inline
x() const (defined in yage::Vector2< Type >)yage::Vector2< Type >inline
y() (defined in yage::Vector2< Type >)yage::Vector2< Type >inline
y() const (defined in yage::Vector2< Type >)yage::Vector2< Type >inline
+ + + + -- cgit