First page Back Continue Last page Graphics
Vertex
What if we pick a point but don't draw anything there ...
vertex command:
- vertex( x, y)
- picks a point, a coordinate in space at the dimension of one pixel
- like pointing your finger at one pixel: does not draw anything!
If this command does not draw anything, how can this be useful?