kstars
azimuthalequidistantprojector.cpp
Go to the documentation of this file.
46 return ( (crad != 0 ) ? crad/sin(crad) : 1 ); // This handles the 0/0 case. The limit of x / sin(x) is 1 as x -> 0.
Definition: skymap.h:97
virtual double radius() const
Get the radius of this projection's sky circle.
Definition: azimuthalequidistantprojector.cpp:38
virtual double projectionK(double x) const
This function handles some of the projection-specific code.
Definition: azimuthalequidistantprojector.cpp:43
virtual SkyMap::Projection type() const
Return the type of this projection.
Definition: azimuthalequidistantprojector.cpp:33
virtual double projectionL(double x) const
This function handles some of the projection-specific code.
Definition: azimuthalequidistantprojector.cpp:49
AzimuthalEquidistantProjector(const ViewParams &p)
Definition: azimuthalequidistantprojector.cpp:27
This is just a container that holds infromation needed to do projections.
Definition: projector.h:37
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.