FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
eraS2c
void eraS2c(double theta, double phi, double c[3])
Definition:
s2c.c:3
eraSxp
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:
erfa
src
erfa.h
Generated on Sun Sep 18 2016 20:50:35 for FACT++ by
1.8.11