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

Go to the source code of this file.

Classes

struct  cs237::__detail::AABB< T >
 Axis-Aligned Bounding Box. More...
 

Namespaces

 cs237
 
 cs237::__detail
 

Typedefs

typedef __detail::AABB< float > cs237::AABBf
 Single-precision axis-aligned bounding boxes. More...
 
typedef __detail::AABB< double > cs237::AABBd
 Double-precision axis-aligned bounding boxes. More...
 

Functions

template<typename T >
std::ostream & cs237::__detail::operator<< (std::ostream &s, __detail::AABB< T > const &bb)
 print the axis-aligned bounding box to the output stream More...
 

Detailed Description

Author
John Reppy