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