|
template<typename T > |
mat4x4< T > | cs237::__detail::operator+ (T const &s, mat4x4< T > const &m) |
|
template<typename T > |
mat4x4< T > | cs237::__detail::operator+ (mat4x4< T > const &m, T const &s) |
|
template<typename T > |
mat4x4< T > | cs237::__detail::operator+ (mat4x4< T > const &m1, mat4x4< T > const &m2) |
|
template<typename T > |
mat4x4< T > | cs237::__detail::operator- (T const &s, mat4x4< T > const &m) |
|
template<typename T > |
mat4x4< T > | cs237::__detail::operator- (mat4x4< T > const &m, T const &s) |
|
template<typename T > |
mat4x4< T > | cs237::__detail::operator- (mat4x4< T > const &m1, mat4x4< T > const &m2) |
|
template<typename T > |
mat4x4< T > | cs237::__detail::operator* (T const &s, mat4x4< T > const &m) |
|
template<typename T > |
mat4x4< T > | cs237::__detail::operator* (mat4x4< T > const &m, T const &s) |
|
template<typename T > |
vec4< T > | cs237::__detail::operator* (vec4< T > const &v, mat4x4< T > const &m) |
|
template<typename T > |
vec4< T > | cs237::__detail::operator* (mat4x4< T > const &m, vec4< T > const &v) |
|
template<typename T > |
mat4x4< T > | cs237::__detail::operator* (mat4x4< T > const &m1, mat4x4< T > const &m2) |
|
template<typename T > |
mat4x4< T > | cs237::__detail::operator- (mat4x4< T > const &m) |
| unary negation More...
|
|
template<typename T > |
mat4x4< T > | cs237::__detail::outerProduct (vec4< T > const &cv, vec4< T > const &rv) |
|
template<typename T > |
T const * | cs237::__detail::valuePtr (mat4x4< 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 mat4x4 values.
- Author
- John Reppy