|
Easy3D 2.6.1
|
This is the complete list of members for Mat2< T >, including all inherited members.
| col(size_t col) const | Mat< 2, 2, T > | |
| identity() | Mat< 2, 2, T > | static |
| load_identity(T s=T(1)) | Mat< 2, 2, T > | |
| load_zero() | Mat< 2, 2, T > | |
| Mat()=default | Mat< 2, 2, T > | |
| Mat(T s) | Mat< 2, 2, T > | explicit |
| Mat(const Mat< rN, rM, T > &rhs) | Mat< 2, 2, T > | explicit |
| Mat(const T *m) | Mat< 2, 2, T > | explicit |
| Mat2()=default | Mat2< T > | |
| Mat2(T s) | Mat2< T > | explicit |
| Mat2(const Mat< 2, 2, T > &rhs) | Mat2< T > | |
| Mat2(const Mat< 3, 3, T > &rhs) | Mat2< T > | explicit |
| Mat2(T s00, T s01, T s10, T s11) | Mat2< T > | |
| Mat2(const T *m) | Mat2< T > | explicit |
| Mat2(const Vec< 2, T > &x, const Vec< 2, T > &y) | Mat2< T > | |
| num_columns() | Mat< 2, 2, T > | inlinestatic |
| num_rows() | Mat< 2, 2, T > | inlinestatic |
| operator const T *() const | Mat< 2, 2, T > | |
| operator T*() | Mat< 2, 2, T > | |
| operator!=(const Mat< N, M, T > &rhs) const | Mat< 2, 2, T > | |
| operator()(size_t row, size_t col) const | Mat< 2, 2, T > | |
| operator()(size_t row, size_t col) | Mat< 2, 2, T > | |
| operator*(const Mat< M, rM, T > &rhs) const | Mat< 2, 2, T > | |
| operator*(const Vec< M, T > &rhs) const | Mat< 2, 2, T > | |
| operator*(T rhs) const | Mat< 2, 2, T > | |
| operator*=(const Mat< N, M, T > &rhs) | Mat< 2, 2, T > | |
| operator*=(T rhs) | Mat< 2, 2, T > | |
| operator+(const Mat< N, M, T > &rhs) const | Mat< 2, 2, T > | |
| operator+=(const Mat< N, M, T > &rhs) | Mat< 2, 2, T > | |
| operator+=(T rhs) | Mat< 2, 2, T > | |
| operator-(const Mat< N, M, T > &rhs) const | Mat< 2, 2, T > | |
| operator-() const | Mat< 2, 2, T > | |
| operator-=(const Mat< N, M, T > &rhs) | Mat< 2, 2, T > | |
| operator-=(T rhs) | Mat< 2, 2, T > | |
| operator/(T rhs) const | Mat< 2, 2, T > | |
| operator/=(T rhs) | Mat< 2, 2, T > | |
| operator==(const Mat< N, M, T > &rhs) const | Mat< 2, 2, T > | |
| rotation(T angle) | Mat2< T > | static |
| row(size_t row) const | Mat< 2, 2, T > | |
| scale(T s) | Mat2< T > | static |
| scale(T x, T y) | Mat2< T > | static |
| set_col(size_t col, const Vec< vN, T > &v) | Mat< 2, 2, T > | |
| set_row(size_t row, const Vec< vN, T > &v) | Mat< 2, 2, T > | |
| swap_cols(size_t a, size_t b) | Mat< 2, 2, T > | |
| swap_rows(size_t a, size_t b) | Mat< 2, 2, T > |