Activities/Turtle Art/Tutorials/Euclid/Cheating

From Sugar Labs
< Activities‎ | Turtle Art‎ | Tutorials‎ | Euclid
Revision as of 03:18, 12 August 2011 by Mokurai (talk | contribs) (New page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • 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.

TAEuclidPostulatesStart.png

TAEuclidPostulatesReddot.png

TAEuclidPostulatesLinesegment.png

TAEuclidPostulatesJoinpoints.png

TAEuclidPostulatesExtend.png

TAEuclidPostulatesCircle.png

TAEuclidPostulatesCaption.png