-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correction CIRCLE avec angle négatif (correct circle with negative angle) #294
base: upsilon-dev
Are you sure you want to change the base?
Conversation
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some little changes to do, but most of the code seems right.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last change and it will be good !
Co-authored-by: Yaya-Cout <[email protected]>
|
Thanks for this review, for the hints and suggestions. |
Permet d'utiliser cercle(rayon,angle) avec un angle negatif.
Quand angle est positif, la tortue dessine le cercle en marche avant.
Quand angle est negatif, la tortue dessine le cercle en marche arrière.
Allow cercle(radius,angle) with negative angle value.
When angle is positive, the turtle draws the circle forwards.
When angle is negative, the turtle draws the circle backwards.