Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

otAstronomy.h File Reference

Astronomy related math library. More...

#include "otdefs.h"

Defines

#define RAD_DEG(x)   ((x) * 180.0 / M_PI)
#define DEG_RAD(x)   ((x) * M_PI / 180.0)

Typedefs

typedef Coord Coord
typedef Time Time
 Time variable.
typedef AstroData AstroData
 Basic astronomy data.


Detailed Description

Version:
1.0.0
Author:
Manuele Turini

Define Documentation

#define DEG_RAD  )     ((x) * M_PI / 180.0)
 

#define RAD_DEG  )     ((x) * 180.0 / M_PI)
 

Copyright 2017-2021 Officina Turini
This file is part of otStudio project.

otStudio is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License.n
otStudio is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with otStudio. If not, see <http://www.gnu.org/licenses/>.

footer

otStudio - Library Reference - (C) 2020-23 Officina Turini, All Rights Reserved
Document built with Doxygen 1.4.0