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

Go to the source code of this file.

Classes

struct  cs237::__detail::vec4< T >
 template class for four-element vectors More...
 

Namespaces

 cs237
 
 cs237::__detail
 

Typedefs

typedef __detail::vec4< float > cs237::vec4f
 Four-element, single-precision floating-point vectors. More...
 
typedef __detail::vec4< double > cs237::vec4d
 Four-element, double-precision floating-point vectors. More...
 

Functions

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

Detailed Description

Support code for CMSC 23700 Autumn 2015.

Author
John Reppy