| # | Line 16 | Line 16 | |
|---|---|---|
| 16 | /* regular transformation */ | |
| 17 | typedef struct { | |
| 18 | MAT4 xfm; /* transform matrix */ | |
| 19 | < | double sca; /* scalefactor */ | 
| 19 | > | FLOAT sca; /* scalefactor */ | 
| 20 | } XF; | |
| 21 | /* complemetary tranformation */ | |
| 22 | typedef struct { | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |