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