Kstars
SpatialVector.cpp
33 SpatialVector::SpatialVector(float64 x, float64 y, float64 z) : x_(x), y_(y), z_(z), okRaDec_(false)
float64 ra()
return ra - this norms the vector to 1 if not already done so
Definition: SpatialVector.cpp:86
float64 dec()
return dec - this norms the vector to 1 if not already done so
Definition: SpatialVector.cpp:96
void set(const float64 &x, const float64 &y, const float64 &z)
Set member function: set values - always normed to 1.
Definition: SpatialVector.cpp:47
Definition: SpatialVector.h:32
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Fri Aug 12 2022 04:00:58 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:58 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.