Kstars
azimuthalequidistantprojector.h
15 * Implememntation of <a href="https://en.wikipedia.org/wiki/Azimuthal_equidistant_projection">Azimuthal equidistant projection</a>
Implememntation of Azimuthal equidistant projection
Definition azimuthalequidistantprojector.h:19
double radius() const override
Get the radius of this projection's sky circle.
Definition azimuthalequidistantprojector.cpp:23
double projectionL(double x) const override
This function handles some of the projection-specific code.
Definition azimuthalequidistantprojector.cpp:34
double projectionK(double x) const override
This function handles some of the projection-specific code.
Definition azimuthalequidistantprojector.cpp:28
Projection type() const override
Return the type of this projection.
Definition azimuthalequidistantprojector.cpp:18
The Projector class is the primary class that serves as an interface to handle projections.
Definition projector.h:58
This is just a container that holds information needed to do projections.
Definition projector.h:37
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.