CMSC23700 Common Code Library
Support code for CS23700 programming projects
Loading...
Searching...
No Matches
cs237-plane.hpp File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Representation of a plane in 3D space.

Author
John Reppy