FACT++  1.0
void eraC2ibpn ( double  date1,
double  date2,
double  rbpn[3][3],
double  rc2i[3][3] 
)

Definition at line 3 of file c2ibpn.c.

References eraBpn2xy(), and eraC2ixy().

Referenced by eraC2i00a(), eraC2i00b(), and t_c2ibpn().

77 {
78  double x, y;
79 
80 /* Extract the X,Y coordinates. */
81  eraBpn2xy(rbpn, &x, &y);
82 
83 /* Form the celestial-to-intermediate matrix (n.b. IAU 2000 specific). */
84  eraC2ixy(date1, date2, x, y, rc2i);
85 
86  return;
87 
88 }
void eraBpn2xy(double rbpn[3][3], double *x, double *y)
Definition: bpn2xy.c:3
void eraC2ixy(double date1, double date2, double x, double y, double rc2i[3][3])
Definition: c2ixy.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: