Easy3D 2.6.1
Loading...
Searching...
No Matches
Mat< N, M, T > Member List

This is the complete list of members for Mat< N, M, T >, including all inherited members.

col(size_t col) constMat< N, M, T >
identity()Mat< N, M, T >static
load_identity(T s=T(1))Mat< N, M, T >
load_zero()Mat< N, M, T >
Mat()=defaultMat< N, M, T >
Mat(T s)Mat< N, M, T >explicit
Mat(const Mat< rN, rM, T > &rhs)Mat< N, M, T >explicit
Mat(const T *m)Mat< N, M, T >explicit
num_columns()Mat< N, M, T >inlinestatic
num_rows()Mat< N, M, T >inlinestatic
operator const T *() constMat< N, M, T >
operator T*()Mat< N, M, T >
operator!=(const Mat< N, M, T > &rhs) constMat< N, M, T >
operator()(size_t row, size_t col) constMat< N, M, T >
operator()(size_t row, size_t col)Mat< N, M, T >
operator*(const Mat< M, rM, T > &rhs) constMat< N, M, T >
operator*(const Vec< M, T > &rhs) constMat< N, M, T >
operator*(T rhs) constMat< N, M, T >
operator*=(const Mat< N, M, T > &rhs)Mat< N, M, T >
operator*=(T rhs)Mat< N, M, T >
operator+(const Mat< N, M, T > &rhs) constMat< N, M, T >
operator+=(const Mat< N, M, T > &rhs)Mat< N, M, T >
operator+=(T rhs)Mat< N, M, T >
operator-(const Mat< N, M, T > &rhs) constMat< N, M, T >
operator-() constMat< N, M, T >
operator-=(const Mat< N, M, T > &rhs)Mat< N, M, T >
operator-=(T rhs)Mat< N, M, T >
operator/(T rhs) constMat< N, M, T >
operator/=(T rhs)Mat< N, M, T >
operator==(const Mat< N, M, T > &rhs) constMat< N, M, T >
row(size_t row) constMat< N, M, T >
set_col(size_t col, const Vec< vN, T > &v)Mat< N, M, T >
set_row(size_t row, const Vec< vN, T > &v)Mat< N, M, T >
swap_cols(size_t a, size_t b)Mat< N, M, T >
swap_rows(size_t a, size_t b)Mat< N, M, T >