|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/structEdgeVertex.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:25:53 2014 Кодировка: Поисковые слова: http astrokuban.info astrokuban |
![]() |
Stellarium 0.12.3
|
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 31 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 39 of file OctahedronPolygon.hpp.
| Vec3d EdgeVertex::vertex |
The normalized vertex direction.
Definition at line 37 of file OctahedronPolygon.hpp.
1.8.3.1