#include <iostream>
#include <dlrNumeric/vector2D.h>
Go to the source code of this file.
Classes | |
| class | dlr::geometry::LineSegment2D |
| The LineSegment2D class represents a line segment in 2D space. More... | |
Functions | |
| std::istream & | dlr::geometry::operator>> (std::istream &stream, LineSegment2D &lineSegment) |
| std::ostream & | dlr::geometry::operator<< (std::ostream &stream, const LineSegment2D &lineSegment) |
Copyright (C) 2007-2008 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file lineSegment2D.h.
1.5.8