Generic function
Draws a sequence of points at the specified positions.
draw-points drawable coord-seq => ()
draw-points* drawable points => ()
The following argument is specific to draw-points.
limited(<sequence>, of: <coordinate>).
The following argument is specific to draw-points*.
limited(<sequence>, of: <point>).
duim-graphics
duim-graphics
Draws a sequence of points on drawable at the specified positions.
The function draw-points* is identical to draw-points, except that it passes composite objects, rather than separate coordinates, in its arguments. You should be aware that using this function may lead to a loss of performance.