FACT++  1.0
EquPosn Nova::GetLunarEquCoords ( double  jd,
double  precision = 0 
)

Definition at line 136 of file nova.h.

Referenced by Moon::Moon(), ConnectionGCN::ProcessXml(), and Nova::SolarObjects::SolarObjects().

137  {
138  EquPosn equ;
139  ln_get_lunar_equ_coords_prec(jd, &equ, precision);
140  return equ;
141  }

+ Here is the caller graph for this function: