FACT++  1.0
void eraS2p ( double  theta,
double  phi,
double  r,
double  p[3] 
)

Definition at line 3 of file s2p.c.

References eraS2c(), and eraSxp().

Referenced by t_s2p().

26 {
27  double u[3];
28 
29  eraS2c(theta, phi, u);
30  eraSxp(r, u, p);
31 
32  return;
33 
34 }
void eraS2c(double theta, double phi, double c[3])
Definition: s2c.c:3
void eraSxp(double s, double p[3], double sp[3])
Definition: sxp.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: