Namespaces | |
namespace | code |
Classes | |
struct | code::CTriplet |
Store a cartesian coordinate triplet. More... | |
struct | code::CPoint |
Representation of a geometric point in a 3-D cartesian space. More... | |
struct | code::CVector |
Representation of a geometric vector in a 3-D cartesian space. More... | |
Functions | |
CVector | code::operator * (double, const CVector &) |
Left scalar multiplication of a CVector. | |
std::ostream & | code::operator<< (std::ostream &, const CVector &) |
Print a nicely formatted string representing a CVector. | |
std::ostream & | code::operator<< (std::ostream &, const CPoint &) |
Print a nicely formatted string representing a CPoint. |