Rev 17658 | Rev 18048 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17658 | Rev 17915 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | :animstep n |
10 | :animstep n |
11 | 11 | ||
12 | Set up an integer which can be called in any evaluation. Used for animation. Direct use of this command must be avoided under WIMS. |
12 | Set up an integer which can be called in any evaluation. Used for animation. Direct use of this command must be avoided under WIMS. |
13 | :arc x,y,w,h,a1,a2,[color] |
13 | :arc x,y,w,h,a1,a2,[color] |
14 | 14 | ||
15 | Arc segment of an ellipse of width w and hight h centered at (x,y), from angle a1 to angle a2 (in degrees). |
15 | Arc segment of an ellipse of width w and hight h centered at (x,y), from angle a1 to angle a2 (in degrees) counterclockwise. |
16 | :arrow x1,y1,x2,y2,l,[color] |
16 | :arrow x1,y1,x2,y2,l,[color] |
17 | 17 | ||
18 | Arrow (x1,y1)--->(x2,y2), where l is the length (in pixels) of arrowhead. |
18 | Arrow (x1,y1)--->(x2,y2), where l is the length (in pixels) of arrowhead. |
19 | :arrow2 x1,y1,x2,y2,l,[color] |
19 | :arrow2 x1,y1,x2,y2,l,[color] |
20 | 20 |