Rose
|
#include <cstdio>
#include <cstdlib>
#include <cstdint>
#include <cmath>
#include <ctime>
#include <tuple>
#include <array>
#include <iostream>
#include <iomanip>
#include <map>
#include "constexpertrig.h"
Go to the source code of this file.
Classes | |
class | P13 |
Plan13 general functions and constants. More... | |
class | Vec3Base< T > |
class | DateTime |
Encapsulate the day-in-space for orbital mechanics computations. More... | |
class | Observer |
Data specifying an observer for computing relative visibility data. More... | |
struct | Sun |
Sun position in the sky. More... | |
class | Satellite |
Satellite orbital mechanics. More... | |
Typedefs | |
typedef Vec3Base< double > | Vec3 |
Functions | |
template<typename T > | |
constexpr T | RADIANS (T deg) |
template<typename T > | |
constexpr T | DEGREES (T rad) |
std::ostream & | operator<< (std::ostream &os, const DateTime &dateTime) |