mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #294] [MERGED] Correction CIRCLE avec angle négatif (correct circle with negative angle) #354
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#354
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/294
Author: @fmOOmf
Created: 10/26/2022
Status: ✅ Merged
Merged: 11/5/2025
Merged by: @Yaya-Cout
Base:
upsilon-dev← Head:upsilon-dev📝 Commits (4)
dfb5b90Modif pour le circle avec angle négatif (modif for circle with negative angle)57e4cbeFinal Heading correction56ce3b0Review changes (indentation, spaces)ea89bc9code comment📊 Changes
1 file changed (+7 additions, -4 deletions)
View changed files
📝
python/port/mod/turtle/turtle.cpp(+7 -4)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.