Classes | |
class | Area |
struct | Point2D |
Functions | |
Point2D | operator+ (Point2D const &a, Point2D const &b) |
Point2D | operator* (Point2D const &p, double f) |
Point2D | operator/ (Point2D const &p, double f) |
template<typename Stream > | |
Stream & | operator<< (Stream &out, Point2D const &p) |
Definition at line 68 of file GeometryTestAlg.cxx.
Definition at line 66 of file GeometryTestAlg.cxx.
Definition at line 70 of file GeometryTestAlg.cxx.
Stream& simple_geo::operator<< | ( | Stream & | out, |
Point2D const & | p | ||
) |
Definition at line 73 of file GeometryTestAlg.cxx.