![]() |
Stellarium 0.11.4 | ||
| Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Describe a vertex composing polygon contours, and whether it belong to an edge or not. More...
#include <OctahedronPolygon.hpp>
Public Member Functions | |
| EdgeVertex (bool b) | |
| EdgeVertex (const Vec3d &v, bool b) | |
Public Attributes | |
| Vec3d | vertex |
| The normalized vertex direction. | |
| bool | edgeFlag |
| Set to true if the vertex is part of at least one edge segment, i.e. it lays on the boundary of the polygon. | |
Describe a vertex composing polygon contours, and whether it belong to an edge or not.
| bool EdgeVertex::edgeFlag |
Set to true if the vertex is part of at least one edge segment, i.e. it lays on the boundary of the polygon.
The normalized vertex direction.
1.6.3