Lines Matching full:coordinate
82 coordinate-system for the TurtleScreen.
753 """returns list of coordinate-pairs of points of item
1015 """Set up a user defined coordinate-system.
1018 llx -- a number, x-coordinate of lower left corner of canvas
1019 lly -- a number, y-coordinate of lower left corner of canvas
1020 urx -- a number, x-coordinate of upper right corner of canvas
1021 ury -- a number, y-coordinate of upper right corner of canvas
1630 """ Return the turtle's x coordinate.
1644 """ Return the turtle's y coordinate
1708 """Set the turtle's first coordinate to x
1713 Set the turtle's first coordinate to x, leave second coordinate
1726 """Set the turtle's second coordinate to y
1731 Set the turtle's first coordinate to x, second coordinate remains