FACT++  1.0
void eraFw2m ( double  gamb,
double  phib,
double  psi,
double  eps,
double  r[3][3] 
)

Definition at line 3 of file fw2m.c.

References eraIr(), eraRx(), and eraRz().

Referenced by eraBp06(), eraFw2xy(), eraPmat06(), eraPn06(), eraPnm06a(), and t_fw2m().

71 {
72 /* Construct the matrix. */
73  eraIr(r);
74  eraRz(gamb, r);
75  eraRx(phib, r);
76  eraRz(-psi, r);
77  eraRx(-eps, r);
78 
79  return;
80 
81 }
void eraRx(double phi, double r[3][3])
Definition: rx.c:3
void eraIr(double r[3][3])
Definition: ir.c:3
void eraRz(double psi, double r[3][3])
Definition: rz.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: