![]() |
Stellarium 0.12.4
|
Contains all the param needed to initialize a StelProjector. More...
#include <StelProjector.hpp>
Public Attributes | |
| Vector4< int > | viewportXywh |
| float | fov |
| posX, posY, width, height More... | |
| bool | gravityLabels |
| FOV in degrees. More... | |
| float | defautAngleForGravityText |
| the flag to use gravity labels or not More... | |
| StelProjectorMaskType | maskType |
| a rotation angle to apply to gravity text (only if gravityLabels is set to false) More... | |
| float | zNear |
| The current projector mask. More... | |
| float | zFar |
| Vec2f | viewportCenter |
| Near and far clipping planes. More... | |
| float | viewportFovDiameter |
| Viewport center in screen pixel. More... | |
| bool | flipHorz |
| diameter of the FOV disk in pixel More... | |
| bool | flipVert |
Contains all the param needed to initialize a StelProjector.
Definition at line 183 of file StelProjector.hpp.
| float StelProjector::StelProjectorParams::defautAngleForGravityText |
the flag to use gravity labels or not
Definition at line 189 of file StelProjector.hpp.
| bool StelProjector::StelProjectorParams::flipHorz |
diameter of the FOV disk in pixel
Definition at line 194 of file StelProjector.hpp.
| float StelProjector::StelProjectorParams::fov |
posX, posY, width, height
Definition at line 187 of file StelProjector.hpp.
| bool StelProjector::StelProjectorParams::gravityLabels |
FOV in degrees.
Definition at line 188 of file StelProjector.hpp.
| StelProjectorMaskType StelProjector::StelProjectorParams::maskType |
a rotation angle to apply to gravity text (only if gravityLabels is set to false)
Definition at line 190 of file StelProjector.hpp.
| Vec2f StelProjector::StelProjectorParams::viewportCenter |
Near and far clipping planes.
Definition at line 192 of file StelProjector.hpp.
| float StelProjector::StelProjectorParams::viewportFovDiameter |
Viewport center in screen pixel.
Definition at line 193 of file StelProjector.hpp.
| float StelProjector::StelProjectorParams::zNear |
The current projector mask.
Definition at line 191 of file StelProjector.hpp.
1.8.3.1