Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Sol.cpp File Reference

Implements CSol ephemeris calculator for Earth's sun (Sol). More...

#include <math.h>
#include "../Include/Ephemeris.h"

Go to the source code of this file.

Variables

static const SOrbitalElements first
static const SOrbitalElements second


Detailed Description

Implements CSol ephemeris calculator for Earth's sun (Sol). This code was derived from similar code in SimGear 0.3.3

Definition in file Sol.cpp.


Variable Documentation

const SOrbitalElements first [static]
 

Initial value:

{
  0.0,      
  0.0,      
  282.9404,   
  1.000000,   
  0.016709,   
  356.0470    
}

Definition at line 38 of file Sol.cpp.

const SOrbitalElements second [static]
 

Initial value:

{
  0.0000000,    
  0.0000000,    
  4.7093500E-5, 
  0.0000000,    
  -1.151E-9,    
  0.98560025850 
}

Definition at line 48 of file Sol.cpp.

SourceForge.net Logo Documentation generated by doxygen