Rev 47 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 47 | Rev 48 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | int step; |
40 | int step; |
| 41 | for(step =0; step < 3; step++) |
41 | for(step =0; step < 3; step++) |
| 42 | { |
42 | { |
| 43 | drawLine (AP_SCALE(si*si2-xs) + xo, yo - AP_SCALE(co * si2 - ys), |
43 | drawLine (AP_SCALE(si*si2-xs) + xo, yo - AP_SCALE(co * si2 - ys), |
| 44 | 44 | ||
| 45 | AP_SCALE(si*si3-xs) + xo, |
45 | AP_SCALE(si*si3-xs) + xo, |
| 46 | yo - AP_SCALE(co * si3 - ys), INVERT); |
46 | yo - AP_SCALE(co * si3 - ys), INVERT); |
| 47 | xs+=xl; |
47 | xs+=xl; |
| 48 | ys+=yl; |
48 | ys+=yl; |
| 49 | } |
49 | } |
| 50 | } |
50 | } |