|
template<typename T > |
mat3x3< T > | cs237::__detail::operator+ (T const &s, mat3x3< T > const &m) |
|
template<typename T > |
mat3x3< T > | cs237::__detail::operator+ (mat3x3< T > const &m, T const &s) |
|
template<typename T > |
mat3x3< T > | cs237::__detail::operator+ (mat3x3< T > const &m1, mat3x3< T > const &m2) |
|
template<typename T > |
mat3x3< T > | cs237::__detail::operator- (T const &s, mat3x3< T > const &m) |
|
template<typename T > |
mat3x3< T > | cs237::__detail::operator- (mat3x3< T > const &m, T const &s) |
|
template<typename T > |
mat3x3< T > | cs237::__detail::operator- (mat3x3< T > const &m1, mat3x3< T > const &m2) |
|
template<typename T > |
mat3x3< T > | cs237::__detail::operator* (T const &s, mat3x3< T > const &m) |
|
template<typename T > |
mat3x3< T > | cs237::__detail::operator* (mat3x3< T > const &m, T const &s) |
|
template<typename T > |
vec3< T > | cs237::__detail::operator* (vec3< T > const &v, mat3x3< T > const &m) |
|
template<typename T > |
vec3< T > | cs237::__detail::operator* (mat3x3< T > const &m, vec3< T > const &v) |
|
template<typename T > |
mat3x3< T > | cs237::__detail::operator* (mat3x3< T > const &m1, mat3x3< T > const &m2) |
|
template<typename T > |
__detail::mat3x3< T > | cs237::__detail::operator- (__detail::mat3x3< T > const &m) |
| unary negation More...
|
|
template<typename T > |
__detail::mat3x3< T > | cs237::__detail::outerProduct (__detail::vec3< T > const &cv, __detail::vec3< T > const &rv) |
|
template<typename T > |
T const * | cs237::__detail::valuePtr (mat3x3< T > const &m) |
| get a pointer to the matrix's data (in column-major order) More...
|
|
Support code for CMSC 23700 Autumn 2015.
Inline operations on mat3x3 values.
- Author
- John Reppy