| # | Line 4 | Line 4 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 4 | /* | |
| 5 | * xf.c - routines to convert transform arguments into 4X4 matrix. | |
| 6 | * | |
| 7 | < | * External symbols declared in standard.h |
| 7 | > | * External symbols declared in rtmath.h |
| 8 | */ | |
| 9 | ||
| 10 | < | #include "copyright.h" |
| 11 | < | |
| 12 | < | #include "standard.h" |
| 10 | > | #include "rtmath.h" |
| 11 | > | #include "rtio.h" |
| 12 | ||
| 13 | #define d2r(a) ((PI/180.)*(a)) | |
| 14 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |