Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

_QGAR_GenPolygon.H File Reference


Detailed Description

Header file of class qgar::GenPolygon.

Warning:
Not to be used as include file!
When working with primitives, use file primitives.H.
Author:
Gérald Masini
Date:
December 14, 2004 16:16
Since:
Qgar 2.2

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.