![]() |
CMSC23700 Common Code Library
Support code for CS23700 programming projects
|

Go to the source code of this file.
Classes | |
| struct | cs237::__detail::Plane< T > |
| representation of a oriented 3D plane More... | |
Namespaces | |
| namespace | cs237 |
| namespace | cs237::__detail |
Typedefs | |
| using | cs237::Planef_t = __detail::Plane< float > |
| Single-precision planes. | |
| using | cs237::Planed_t = __detail::Plane< double > |
| Double-precision planes. | |
Functions | |
| template<typename T > | |
| std::ostream & | cs237::__detail::operator<< (std::ostream &s, Plane< T > const &plane) |
Representation of a plane in 3D space.