Stellarium  0.17.0
Public Member Functions | Data Fields
EdgeVertex Struct Reference

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)
 

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 lays on the boundary of the polygon.
 

Detailed Description