Gnash
0.8.10
|
#include <ostream>
#include <cmath>
#include <boost/cstdint.hpp>
Go to the source code of this file.
Classes | |
class | gnash::geometry::Point2d |
2D Point class More... | |
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
namespace | gnash::geometry |
Typedefs | |
typedef geometry::Point2d | gnash::point |
Functions | |
std::ostream & | gnash::geometry::operator<< (std::ostream &os, const Point2d &p) |
Output operator. |