Kstars
poleaxis.cpp
Stores dms coordinates for a point in the sky. for converting between coordinate systems.
Definition: skypoint.h:44
static SkyPoint skyPoint(Rotations::V3 dc)
skyPoint returns a skypoint derived from the directional cosine vector
Definition: poleaxis.cpp:82
static dms secondary(Rotations::V3 dirCos)
secondary returns the secondary dms angle in the directional cosine
Definition: poleaxis.cpp:75
static dms primary(Rotations::V3 dirCos)
primary returns the primary dms value in the directional cosine
Definition: poleaxis.cpp:68
static Rotations::V3 dirCos(const dms primary, const dms secondary)
dirCos converts primary and secondary angles to a directional cosine
Definition: poleaxis.cpp:55
virtual void setRadians(const double &Rad)
Set angle according to the argument, in radians.
Definition: dms.h:328
static Rotations::V3 poleAxis(SkyPoint p1, SkyPoint p2, SkyPoint p3)
poleAxis returns the pole axis vector given three SkyPoints with the same mount declination
Definition: poleaxis.cpp:87
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Fri Aug 12 2022 04:00:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Fri Aug 12 2022 04:00:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.