|
| template<typename T > |
| Matrix< T, 4, 4 > | osc::operator+ (const Matrix< T, 4, 4 > &m) |
| |
| template<typename T > |
| Matrix< T, 4, 4 > | osc::operator- (const Matrix< T, 4, 4 > &m) |
| |
| template<typename T > |
| Matrix< T, 4, 4 > | osc::operator+ (const Matrix< T, 4, 4 > &m, T scalar) |
| |
| template<typename T > |
| Matrix< T, 4, 4 > | osc::operator+ (T scalar, const Matrix< T, 4, 4 > &m) |
| |
| template<typename T > |
| Matrix< T, 4, 4 > | osc::operator+ (const Matrix< T, 4, 4 > &m1, const Matrix< T, 4, 4 > &m2) |
| |
| template<typename T > |
| Matrix< T, 4, 4 > | osc::operator- (const Matrix< T, 4, 4 > &m, T scalar) |
| |
| template<typename T > |
| Matrix< T, 4, 4 > | osc::operator- (T scalar, const Matrix< T, 4, 4 > &m) |
| |
| template<typename T > |
| Matrix< T, 4, 4 > | osc::operator- (const Matrix< T, 4, 4 > &m1, const Matrix< T, 4, 4 > &m2) |
| |
| template<typename T > |
| Matrix< T, 4, 4 > | osc::operator* (const Matrix< T, 4, 4 > &m, T scalar) |
| |
| template<typename T > |
| Matrix< T, 4, 4 > | osc::operator* (T scalar, const Matrix< T, 4, 4 > &m) |
| |
| template<typename T > |
| Matrix< T, 4, 4 >::column_type | osc::operator* (const Matrix< T, 4, 4 > &m, const typename Matrix< T, 4, 4 >::row_type &v) |
| |
| template<typename T > |
| Matrix< T, 4, 4 >::row_type | osc::operator* (const typename Matrix< T, 4, 4 >::column_type &v, const Matrix< T, 4, 4 > &m) |
| |
| template<typename T > |
| Matrix< T, 4, 4 > | osc::operator* (const Matrix< T, 4, 4 > &a, const Matrix< T, 4, 4 > &b) |
| |
| template<typename T > |
| Matrix< T, 4, 4 > | osc::operator/ (const Matrix< T, 4, 4 > &m, T scalar) |
| |
| template<typename T > |
| Matrix< T, 4, 4 > | osc::operator/ (T scalar, const Matrix< T, 4, 4 > &m) |
| |
| template<typename T > |
| Matrix< T, 4, 4 >::column_type | osc::operator/ (const Matrix< T, 4, 4 > &m, const typename Matrix< T, 4, 4 >::row_type &v) |
| |
| template<typename T > |
| Matrix< T, 4, 4 >::row_type | osc::operator/ (const typename Matrix< T, 4, 4 >::column_type &v, const Matrix< T, 4, 4 > &m) |
| |
| template<typename T > |
| Matrix< T, 4, 4 > | osc::operator/ (const Matrix< T, 4, 4 > &m1, const Matrix< T, 4, 4 > &m2) |
| |
| template<typename T > |
| constexpr T | osc::identity () |
| |
| template<> |
| constexpr Matrix4x4 | osc::identity< Matrix4x4 > () |
| |