Please note that this page is designed to help you practice 3D coordinates. This is not how you should draw shapes with Logo in either 2D or 3D. See the other Logo pages for the best ways into Logo graphics.
| Plot shapes on the xy plane and use basic Logo commands. | Plot shapes using xyz coordinates. | Activities and challenges using 3D coordinates. | "Getting Started with Logo" If you need it! |
Drawing an object | |||||||
|
Type these commands into the command line at the bottom of the commander window:
setxy 100 0 The drawing turtle starts from the xy coordinate origin which is located at thecentre of the screen. the x-axis is horizontal with positive values to the right. The y-axis is vertical with up positive. |
| ||||||
Other Commands
| |||||||
Challenge 1Apply what you have learnt and draw two rectangles with sides 200 by 300. |
| ||||||