| # | Line 24 | Line 24 | int ac; | |
|---|---|---|
| 24 | char *av[]; | |
| 25 | { | |
| 26 | double atof(), sin(), cos(); | |
| 27 | < | double xfmat[4][4], m4[4][4]; |
| 27 | > | MAT4 xfmat, m4; |
| 28 | double xfsca, dtmp; | |
| 29 | int i, icnt; | |
| 30 | ||
| # | Line 139 | Line 139 | int ac; | |
| 139 | char *av[]; | |
| 140 | { | |
| 141 | double atof(), sin(), cos(); | |
| 142 | < | double xfmat[4][4], m4[4][4]; |
| 142 | > | MAT4 xfmat, m4; |
| 143 | double xfsca, dtmp; | |
| 144 | int i, icnt; | |
| 145 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |