Definition in file _QGAR_GenPolygon.H.
Go to the source code of this file.
Namespaces | |
| namespace | qgar |
Classes | |
| class | qgar::GenPolygon< T > |
| Geometrical polygon, with coordinates of type T. More... | |
Polygon types | |
| typedef GenPolygon< int > | qgar::Polygon |
| Polygon with integer coordinates. | |
| typedef GenPolygon< int > | qgar::IPolygon |
| Polygon with integer coordinates. | |
| typedef GenPolygon< float > | qgar::FPolygon |
| Polygon with float coordinates. | |
| typedef GenPolygon< double > | qgar::DPolygon |
| Polygon with double coordinates. | |