point()


Returns a point

point(x, y)
x x-coordinate
y y-coordinate

Example:

shape = point(30, 20)
shape.draw(1, 1000)