Data Fields
ae_physical_term_t Struct Reference

The coefficients for sine/cosine terms in a body's rotation data. More...

#include <aephem.h>

Data Fields

int time_var
 One of AE_PHYSICAL_D or AE_PHYSICAL_T, or AE_PHYSICAL_END to mark last term. More...
 
double a
 The a in $a\cos(b + ct + dt^2)$.
 
double b
 The b in $a\cos(b + ct + dt^2)$, in degrees.
 
double c
 The b in $a\cos(b + ct + dt^2)$, in degrees.
 
double d
 The c in $a\cos(b + ct + dt^2)$, in degrees.
 

Detailed Description

The coefficients for sine/cosine terms in a body's rotation data.

Field Documentation

int ae_physical_term_t::time_var

One of AE_PHYSICAL_D or AE_PHYSICAL_T, or AE_PHYSICAL_END to mark last term.

Referenced by ae_phys_pole().


The documentation for this struct was generated from the following file: