This is the complete list of members for uicore::Mat2< Type >, including all inherited members.
add(const Mat2< Type > &matrix_1, const Mat2< Type > &matrix_2) | uicore::Mat2< Type > | static |
identity() | uicore::Mat2< Type > | static |
is_equal(const Mat2< Type > &first, const Mat2< Type > &second, Type epsilon) | uicore::Mat2< Type > | inlinestatic |
is_equal(const Mat2< Type > &other, Type epsilon) const | uicore::Mat2< Type > | inline |
Mat2() | uicore::Mat2< Type > | inline |
Mat2(const Mat2< Type > ©) | uicore::Mat2< Type > | inline |
Mat2(const Mat3< Type > ©) | uicore::Mat2< Type > | explicit |
Mat2(const Mat4< Type > ©) | uicore::Mat2< Type > | explicit |
Mat2(const float *init_matrix) | uicore::Mat2< Type > | inlineexplicit |
Mat2(Type m00, Type m01, Type m10, Type m11) | uicore::Mat2< Type > | inlineexplicit |
Mat2(const double *init_matrix) | uicore::Mat2< Type > | inlineexplicit |
Mat2(const int64_t *init_matrix) | uicore::Mat2< Type > | inlineexplicit |
Mat2(const int32_t *init_matrix) | uicore::Mat2< Type > | inlineexplicit |
Mat2(const int16_t *init_matrix) | uicore::Mat2< Type > | inlineexplicit |
Mat2(const int8_t *init_matrix) | uicore::Mat2< Type > | inlineexplicit |
matrix | uicore::Mat2< Type > | |
multiply(const Mat2< Type > &matrix_1, const Mat2< Type > &matrix_2) | uicore::Mat2< Type > | static |
null() | uicore::Mat2< Type > | static |
operator Type *() | uicore::Mat2< Type > | inline |
operator Type const *() const | uicore::Mat2< Type > | inline |
operator!=(const Mat2< Type > &other) const | uicore::Mat2< Type > | inline |
operator*(const Mat2< Type > &mult) const | uicore::Mat2< Type > | |
operator+(const Mat2< Type > &add_matrix) const | uicore::Mat2< Type > | |
operator-(const Mat2< Type > &subtract_matrix) const | uicore::Mat2< Type > | |
operator=(const Mat2< Type > ©) | uicore::Mat2< Type > | inline |
operator=(const Mat4< Type > ©) | uicore::Mat2< Type > | |
operator=(const Mat3< Type > ©) | uicore::Mat2< Type > | |
operator==(const Mat2< Type > &other) const | uicore::Mat2< Type > | inline |
operator[](int i) | uicore::Mat2< Type > | inline |
operator[](int i) const | uicore::Mat2< Type > | inline |
operator[](unsigned int i) | uicore::Mat2< Type > | inline |
operator[](unsigned int i) const | uicore::Mat2< Type > | inline |
subtract(const Mat2< Type > &matrix_1, const Mat2< Type > &matrix_2) | uicore::Mat2< Type > | static |