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

Go to the source code of this file.

Classes

struct  cs237::__detail::quat< T >
 template class for quaternions More...
 

Namespaces

 cs237
 
 cs237::__detail
 

Typedefs

typedef __detail::quat< float > cs237::quatf
 Single-precision quaternions. More...
 
typedef __detail::quat< double > cs237::quatd
 Double-precision quaternions. More...
 

Functions

template<typename T >
std::ostream & cs237::__detail::operator<< (std::ostream &s, quat< T > const &v)
 output the vector to a stream More...
 

Detailed Description

Support code for CMSC 23700 Autumn 2015.

Author
John Reppy