Activities/Turtle Art/Tutorials/Euclid/Cheating: Difference between revisions

Rdrsadhu (talk | contribs)
Migrate to GitHub
 
Line 1: Line 1:
* 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.
== Turtle Art/Tutorials/Euclid/Cheating ==


* To extend a line, I drew it, and then told the Turtle to go forward in the same direction.
Read at https://help.sugarlabs.org/en/turtleart_tutorials/euclid_cheating.html


* To draw a circle, I put the Turtle at the outer end of the line, and told it the radius length.
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/turtleart_tutorials/euclid_cheating.rst GitHub]
 
[[File:TAEuclidPostulatesStart.png]]
 
[[File:TAEuclidPostulatesReddot.png]]
 
[[File:TAEuclidPostulatesLinesegment.png]]
 
[[File:TAEuclidPostulatesJoinpoints.png]]
 
[[File:TAEuclidPostulatesExtend.png]]
 
[[File:TAEuclidPostulatesCircle.png]]
 
[[File:TAEuclidPostulatesCaption.png]]