FACT++  1.0
void eraBpn2xy ( double  rbpn[3][3],
double *  x,
double *  y 
)

Definition at line 3 of file bpn2xy.c.

Referenced by eraApci13(), eraApco13(), eraC2i06a(), eraC2ibpn(), eraEo06a(), eraFw2xy(), eraGst06(), eraS00a(), eraS00b(), eraS06a(), eraXys00a(), eraXys00b(), eraXys06a(), and t_bpn2xy().

40 {
41 /* Extract the X,Y coordinates. */
42  *x = rbpn[2][0];
43  *y = rbpn[2][1];
44 
45  return;
46 
47 }

+ Here is the caller graph for this function: