Line segment.
#include <Segment3.h>
Public Member Functions | |
| Segment3 (const Point3 &src, const Point3 &trg) | |
| Point3 | getSrc () const |
| Get the source point. | |
| Point3 | getTrg () const |
| Get the target point. | |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, Segment3 seg) |