Stellarium 0.15.2
|
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. More... | |
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. More... | |
Describe a vertex composing polygon contours, and whether it belong to an edge or not.
Definition at line 32 of file OctahedronPolygon.hpp.
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.
Definition at line 40 of file OctahedronPolygon.hpp.
Vec3d EdgeVertex::vertex |
The normalized vertex direction.
Definition at line 38 of file OctahedronPolygon.hpp.