Activities/Turtle Art/Tutorials/Euclid/Cheating
< Activities | Turtle Art | Tutorials | Euclid
Revision as of 10:37, 23 July 2012 by FGrose (talk | contribs) (moved Activities/TurtleArt/Tutorials/Euclid/Cheating to Activities/Turtle Art/Tutorials/Euclid/Cheating: deCamelCase)
- To join two points with a line, I actually set the Turtle on a point, set its heading (the direction it was pointing) and sent it off in that direction both to draw the second point and to draw the line joining the points.
- To extend a line, I drew it, and then told the Turtle to go forward in the same direction.
- To draw a circle, I put the Turtle at the outer end of the line, and told it the radius length.