CMSC23700 Common Code Library
Support code for CS23700 programming projects
cs237-mat4x4.hxx File Reference

Go to the source code of this file.

Classes

struct  cs237::__detail::mat4x4< T >
 template class for 4x4 matrices More...
 

Namespaces

 cs237
 
 cs237::__detail
 

Typedefs

typedef __detail::mat4x4< float > cs237::mat4x4f
 Single-precision 4x4 matrices. More...
 
typedef __detail::mat4x4< double > cs237::mat4x4d
 Double-precision 4x4 matrices. More...
 
typedef mat4x4f cs237::mat4f
 Single-precision 4x4 matrices (the same as mat4x4f) More...
 
typedef mat4x4d cs237::mat4d
 Double-precision 4x4 matrices (the same as mat4x4d) More...
 

Functions

template<typename T >
std::ostream & cs237::__detail::operator<< (std::ostream &s, mat4x4< T > const &m)
 output the matrix to a stream as a sequence of column vectors More...
 

Detailed Description

Support code for CMSC 23700 Autumn 2015.

Author
John Reppy