ViewParams

Search for usage in LXR

ViewParams Class Reference

#include <projector.h>

Public Attributes

bool fillGround
 
SkyPointfocus
 
float height
 
bool mirror
 
CachingDms rotationAngle
 
bool useAltAz
 
bool useRefraction
 
float width
 
float zoomFactor
 

Detailed Description

This is just a container that holds information needed to do projections.

Definition at line 36 of file projector.h.

Constructor & Destructor Documentation

◆ ViewParams()

ViewParams::ViewParams ( )
inline

Definition at line 47 of file projector.h.

Member Data Documentation

◆ fillGround

bool ViewParams::fillGround

If the ground is filled, then points below horizon are invisible.

Definition at line 44 of file projector.h.

◆ focus

SkyPoint* ViewParams::focus

Definition at line 46 of file projector.h.

◆ height

float ViewParams::height

Definition at line 39 of file projector.h.

◆ mirror

bool ViewParams::mirror

Definition at line 45 of file projector.h.

◆ rotationAngle

CachingDms ViewParams::rotationAngle

Definition at line 41 of file projector.h.

◆ useAltAz

bool ViewParams::useAltAz

Definition at line 43 of file projector.h.

◆ useRefraction

bool ViewParams::useRefraction

Definition at line 42 of file projector.h.

◆ width

float ViewParams::width

Definition at line 39 of file projector.h.

◆ zoomFactor

float ViewParams::zoomFactor

Definition at line 40 of file projector.h.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:05 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.