Definition in file _QGAR_GenArc.H.
Go to the source code of this file.
Namespaces | |
| namespace | qgar |
Classes | |
| class | qgar::GenArc< T > |
| Arc of circle, with coordinates of type T. More... | |
Arc types | |
| typedef GenArc< int > | qgar::Arc |
| Arc with integer coordinates. | |
| typedef GenArc< int > | qgar::IArc |
| Arc with integer coordinates. | |
| typedef GenArc< float > | qgar::FArc |
| Arc with float coordinates. | |
| typedef GenArc< double > | qgar::DArc |
| Arc with double coordinates. | |