Stellarium  0.16.1
List of all members | Public Member Functions | Public Attributes
EdgeVertex Struct Reference

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

#include <OctahedronPolygon.hpp>

+ Collaboration diagram for EdgeVertex:

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...
 

Detailed Description

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

Definition at line 32 of file OctahedronPolygon.hpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: