Stellarium
24.3
|
Describe a vertex composing polygon contours, and whether it belongs to an edge or not. More...
#include <OctahedronPolygon.hpp>
Public Member Functions | |
EdgeVertex (bool b) | |
EdgeVertex (const Vec3d &v, bool b) | |
Data Fields | |
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 lies on the boundary of the polygon. | |
Describe a vertex composing polygon contours, and whether it belongs to an edge or not.