![]() |
CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
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... | |
Support code for CMSC 23700 Autumn 2015.