From dd51ec0f1fadd719f5ee298c1c40890f6db1815b Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 12 Oct 2017 13:59:45 +0000 Subject: Rebuilding documentation --- classyage_1_1Vector4-members.html | 155 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 classyage_1_1Vector4-members.html (limited to 'classyage_1_1Vector4-members.html') diff --git a/classyage_1_1Vector4-members.html b/classyage_1_1Vector4-members.html new file mode 100644 index 00000000..aad3206e --- /dev/null +++ b/classyage_1_1Vector4-members.html @@ -0,0 +1,155 @@ + + + + + + +YAGE: Member List + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.1 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
+ + +
+ +
+ +
+
+
yage::Vector4< Type > Member List
+
+
+ +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
begin()yage::Matrix< Rows, 1, Type >inline
colSize() constyage::Matrix< Rows, 1, Type >inline
data_yage::Matrix< Rows, 1, Type >protected
end()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< 4, Type >inline
operator[](int col) constyage::Vector< 4, Type >inline
rowSize() constyage::Matrix< Rows, 1, Type >inline
toString() const overrideyage::Vector< 4, Type >inlinevirtual
Vector()yage::Vector< 4, Type >inline
Vector(const Matrix< Rows, 1, Type > &other)yage::Vector< 4, Type >inline
Vector(const std::vector< Type > &data)yage::Vector< 4, Type >inline
Vector4()yage::Vector4< Type >inline
Vector4(std::vector< Type > data)yage::Vector4< Type >inline
Vector4(Type x_in, Type y_in, Type z_in, Type w_in)yage::Vector4< Type >inline
wyage::Vector4< Type >
w(this->data[3])yage::Vector4< Type >inline
xyage::Vector4< Type >
x(this->data_[0])yage::Vector4< Type >
yyage::Vector4< Type >
y(this->data_[1])yage::Vector4< Type >
zyage::Vector4< Type >
z(this->data_[2])yage::Vector4< Type >
+
+ + + + -- cgit