699 bytes added
, 02:18, 12 August 2011
* 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.
[[File:TAEuclidPostulatesStart.png]]
[[File:TAEuclidPostulatesReddot.png]]
[[File:TAEuclidPostulatesLinesegment.png]]
[[File:TAEuclidPostulatesJoinpoints.png]]
[[File:TAEuclidPostulatesExtend.png]]
[[File:TAEuclidPostulatesCircle.png]]
[[File:TAEuclidPostulatesCaption.png]]