GraceFt v2.3
开源图形引擎 EGE(Easy Graphics Engine) 的高层封装库
 
载入中...
搜索中...
未找到
GFt::Matrix< M, N, T > 成员列表

成员的完整列表,这些成员属于 GFt::Matrix< M, N, T >,包括所有继承而来的类成员

adjugate() constGFt::Matrix< M, N, T >inline
cols() constGFt::Matrix< M, N, T >inline
correct(T eis=static_cast< T >(1e-6))GFt::Matrix< M, N, T >inline
count() constGFt::Matrix< M, N, T >inline
det() constGFt::Matrix< M, N, T >inline
I()GFt::Matrix< M, N, T >inlinestatic
inverse() constGFt::Matrix< M, N, T >inline
Matrix(T val=0)GFt::Matrix< M, N, T >inline
Matrix(const T(&arr)[M][N])GFt::Matrix< M, N, T >inline
Matrix(const Matrix &other)GFt::Matrix< M, N, T >inline
Matrix(Matrix &&other)GFt::Matrix< M, N, T >inline
operator bool() constGFt::Matrix< M, N, T >inlineexplicit
operator Matrix< M, N, U >() constGFt::Matrix< M, N, T >inlineexplicit
operator!() constGFt::Matrix< M, N, T >inline
operator!=(const Matrix &other) constGFt::Matrix< M, N, T >inline
operator()(size i, size j)GFt::Matrix< M, N, T >inline
operator()(size i, size j) constGFt::Matrix< M, N, T >inline
operator*(T scalar) constGFt::Matrix< M, N, T >inline
operator*(T scalar, const Matrix &mat)GFt::Matrix< M, N, T >friend
operator*(const Matrix< N, P, T > &other) constGFt::Matrix< M, N, T >inline
operator*=(T scalar)GFt::Matrix< M, N, T >inline
operator+(const Matrix &other) constGFt::Matrix< M, N, T >inline
operator+() constGFt::Matrix< M, N, T >inline
operator+=(const Matrix &other)GFt::Matrix< M, N, T >inline
operator-(const Matrix &other) constGFt::Matrix< M, N, T >inline
operator-() constGFt::Matrix< M, N, T >inline
operator-=(const Matrix &other)GFt::Matrix< M, N, T >inline
operator/(T scalar) constGFt::Matrix< M, N, T >inline
operator/=(T scalar)GFt::Matrix< M, N, T >inline
operator=(const Matrix &other)GFt::Matrix< M, N, T >inline
operator=(Matrix &&other)GFt::Matrix< M, N, T >inline
operator==(const Matrix &other) constGFt::Matrix< M, N, T >inline
operator[](size i)GFt::Matrix< M, N, T >inline
operator[](size i) constGFt::Matrix< M, N, T >inline
rows() constGFt::Matrix< M, N, T >inline
transpose() constGFt::Matrix< M, N, T >inline