![]() |
Project
|
Public Member Functions | |
POLYGONS () | |
Public Attributes | |
std::vector< Polygon< double > > | testPads |
Polygon< double > | polygon |
Polygon< double > | testPolygon |
Polygon< int > | counterClockwisePolygon {{0, 0}, {1, 0}, {1, 1}, {0, 1}, {0, 0}} |
Polygon< int > | clockwisePolygon {{0, 0}, {0, 1}, {1, 1}, {1, 0}, {0, 0}} |
Polygon< double > | clockwisePolygonDouble {{0, 0}, {0, 1}, {1, 1}, {1, 0}, {0, 0}} |
Polygon< double > | testPolygon2 |
Definition at line 26 of file Polygon.cxx.
|
inline |
Definition at line 27 of file Polygon.cxx.
Definition at line 51 of file Polygon.cxx.
Polygon<double> POLYGONS::clockwisePolygonDouble {{0, 0}, {0, 1}, {1, 1}, {1, 0}, {0, 0}} |
Definition at line 52 of file Polygon.cxx.
Definition at line 50 of file Polygon.cxx.
Polygon<double> POLYGONS::polygon |
Definition at line 38 of file Polygon.cxx.
std::vector<Polygon<double> > POLYGONS::testPads |
Definition at line 37 of file Polygon.cxx.
Polygon<double> POLYGONS::testPolygon |
Definition at line 40 of file Polygon.cxx.
Polygon<double> POLYGONS::testPolygon2 |
Definition at line 53 of file Polygon.cxx.