Definition in file GenConvexHull.H.
Go to the source code of this file.
Namespaces | |
| namespace | qgar |
Classes | |
| class | qgar::GenConvexHull< T > |
| A convex hull represented by a series of points with coordinates of type T. More... | |
| struct | qgar::GenConvexHull< T >::_sortPred |
| To compare angles about the pivot when sorting points to construct their hull. More... | |
Typedefs | |
| typedef GenConvexHull< int > | qgar::ConvexHull |
| Hull with integer coordinates. | |
| typedef GenConvexHull< int > | qgar::IConvexHull |
| Hull with integer coordinates. | |
| typedef GenConvexHull< float > | qgar::FConvexHull |
| Hull with float coordinates. | |
| typedef GenConvexHull< double > | qgar::DConvexHull |
| Hull with double coordinates. | |