Easy3D 2.6.1
Loading...
Searching...
No Matches
Mat3< T > Member List

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

col(size_t col) constMat< 3, 3, T >
identity()Mat< 3, 3, T >static
load_identity(T s=T(1))Mat< 3, 3, T >
load_zero()Mat< 3, 3, T >
Mat()=defaultMat< 3, 3, T >
Mat(T s)Mat< 3, 3, T >explicit
Mat(const Mat< rN, rM, T > &rhs)Mat< 3, 3, T >explicit
Mat(const T *m)Mat< 3, 3, T >explicit
Mat3()=defaultMat3< T >
Mat3(T s)Mat3< T >explicit
Mat3(const Mat< 3, 3, T > &rhs)Mat3< T >
Mat3(const Mat< 4, 4, T > &rhs)Mat3< T >explicit
Mat3(T s00, T s01, T s02, T s10, T s11, T s12, T s20, T s21, T s22)Mat3< T >
Mat3(const T *m)Mat3< T >explicit
Mat3(const Vec< 3, T > &x, const Vec< 3, T > &y, const Vec< 3, T > &z)Mat3< T >
Mat3(const Mat< 2, 2, T > &rhs)Mat3< T >explicit
Mat3(const Quat< T > &q)Mat3< T >explicit
num_columns()Mat< 3, 3, T >inlinestatic
num_rows()Mat< 3, 3, T >inlinestatic
operator const T *() constMat< 3, 3, T >
operator T*()Mat< 3, 3, T >
operator!=(const Mat< N, M, T > &rhs) constMat< 3, 3, T >
operator()(size_t row, size_t col) constMat< 3, 3, T >
operator()(size_t row, size_t col)Mat< 3, 3, T >
operator*(const Mat< M, rM, T > &rhs) constMat< 3, 3, T >
operator*(const Vec< M, T > &rhs) constMat< 3, 3, T >
operator*(T rhs) constMat< 3, 3, T >
operator*=(const Mat< N, M, T > &rhs)Mat< 3, 3, T >
operator*=(T rhs)Mat< 3, 3, T >
operator+(const Mat< N, M, T > &rhs) constMat< 3, 3, T >
operator+=(const Mat< N, M, T > &rhs)Mat< 3, 3, T >
operator+=(T rhs)Mat< 3, 3, T >
operator-(const Mat< N, M, T > &rhs) constMat< 3, 3, T >
operator-() constMat< 3, 3, T >
operator-=(const Mat< N, M, T > &rhs)Mat< 3, 3, T >
operator-=(T rhs)Mat< 3, 3, T >
operator/(T rhs) constMat< 3, 3, T >
operator/=(T rhs)Mat< 3, 3, T >
operator==(const Mat< N, M, T > &rhs) constMat< 3, 3, T >
rotation(const Vec< 3, T > &axis, T angle)Mat3< T >static
rotation(const Vec< 3, T > &axis_angle)Mat3< T >static
rotation(const Quat< T > &q)Mat3< T >static
rotation(T x, T y, T z, int order=312)Mat3< T >static
row(size_t row) constMat< 3, 3, T >
scale(T s)Mat3< T >static
scale(T x, T y, T z)Mat3< T >static
set_col(size_t col, const Vec< vN, T > &v)Mat< 3, 3, T >
set_row(size_t row, const Vec< vN, T > &v)Mat< 3, 3, T >
sub() constMat3< T >
swap_cols(size_t a, size_t b)Mat< 3, 3, T >
swap_rows(size_t a, size_t b)Mat< 3, 3, T >