| # | Line 25 | Line 25 | typedef struct cone { | |
|---|---|---|
| 25 | RREAL (*tm)[4]; /* pointer to transformation matrix */ | |
| 26 | } CONE; | |
| 27 | ||
| 28 | < | #define CO_R0(co) ((co)->ca[(co)->r0]) |
| 29 | < | #define CO_R1(co) ((co)->ca[(co)->r1]) |
| 28 | > | #define CO_R0(co) ((co)->ca[(int)((co)->r0)]) |
| 29 | > | #define CO_R1(co) ((co)->ca[(int)((co)->r1)]) |
| 30 | #define CO_P0(co) ((co)->ca+(co)->p0) | |
| 31 | #define CO_P1(co) ((co)->ca+(co)->p1) | |
| 32 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |