grvecs
(grvecs vectorlist [ matrix ]
)
This function draws a vectorlist polygon into the
editor window.
Arguments |
vectorlist
list of (minimum 2) sequence items,
which specifies a line segment; |
Return |
always NIL |
Example |
(grvecs 2 '(0 0) '(10 10) 4 '(10 10) '(20 0)) draw a yellow line [0,0] - [10,10], and a cyan line [10,10] . [20, 0] |
Remarks |
© Bricsys NV. All rights reserved. |