![]() |
Home · All Namespaces · All Classes · Functions · Coding Style · Plugins · File Structure |
#include <StelSphereGeometry.hpp>
Inherits std::vector< T >.
Inherited by StelGeom::ConvexPolygon.
Public Member Functions | |
| Polygon (int asize=0) | |
| Polygon (const Vec3d &e0, const Vec3d &e1, const Vec3d &e2) | |
| Polygon (const Vec3d &e0, const Vec3d &e1, const Vec3d &e2, const Vec3d &e3) | |
The last point is connected to the first one
| StelGeom::Polygon::Polygon | ( | int | asize = 0 |
) | [inline] |
Default contructor.
Special constructor for 3 points polygon.
| StelGeom::Polygon::Polygon | ( | const Vec3d & | e0, | |
| const Vec3d & | e1, | |||
| const Vec3d & | e2, | |||
| const Vec3d & | e3 | |||
| ) |
Special constructor for 4 points polygon.
1.5.5