Stellarium  HEAD
Public Member Functions | Data Fields
EdgeVertex Struct Reference

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.
 

Detailed Description

Describe a vertex composing polygon contours, and whether it belongs to an edge or not.