#include <iostream>
Include dependency graph for Line.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Gaudi |
namespace | Gaudi::Math |
Classes | |
class | Gaudi::Math::Line< aPoint, aVector > |
A very simple class to describe a 3D-line. More... | |
Defines | |
#define | LHCBMATH_LINE_H 1 |
Functions | |
template<typename aPoint, typename aVector> | |
std::ostream & | operator<< (std::ostream &os, const Gaudi::Math::Line< aPoint, aVector > &rhs) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const Gaudi::Math::Line< aPoint, aVector > & | rhs | |||
) | [inline] |