![]() |
CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
Go to the source code of this file.
Classes | |
struct | cs237::__detail::vec3< T > |
template class for three-element vectors More... | |
Namespaces | |
cs237 | |
cs237::__detail | |
Typedefs | |
typedef __detail::vec3< float > | cs237::vec3f |
Three-element, single-precision floating-point vectors. More... | |
typedef __detail::vec3< double > | cs237::vec3d |
Three-element, double-precision floating-point vectors. More... | |
Functions | |
template<typename T > | |
std::ostream & | cs237::__detail::operator<< (std::ostream &s, vec3< T > const &v) |
output the vector to a stream More... | |
Support code for CMSC 23700 Autumn 2015.