[PR #294] [MERGED] Correction CIRCLE avec angle négatif (correct circle with negative angle) #354

Closed
opened 2026-05-06 13:16:59 +02:00 by BreizhHardware · 0 comments

📋 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-devHead: upsilon-dev


📝 Commits (4)

  • dfb5b90 Modif pour le circle avec angle négatif (modif for circle with negative angle)
  • 57e4cbe Final Heading correction
  • 56ce3b0 Review changes (indentation, spaces)
  • ea89bc9 code 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.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/294 **Author:** [@fmOOmf](https://github.com/fmOOmf) **Created:** 10/26/2022 **Status:** ✅ Merged **Merged:** 11/5/2025 **Merged by:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Base:** `upsilon-dev` ← **Head:** `upsilon-dev` --- ### 📝 Commits (4) - [`dfb5b90`](https://github.com/UpsilonNumworks/Upsilon/commit/dfb5b90e557dd8f3e703ce26a451e009b02159e4) Modif pour le circle avec angle négatif (modif for circle with negative angle) - [`57e4cbe`](https://github.com/UpsilonNumworks/Upsilon/commit/57e4cbe402602ec13870a3a61a803d52d85e03e9) Final Heading correction - [`56ce3b0`](https://github.com/UpsilonNumworks/Upsilon/commit/56ce3b0f42059b8cff5a2362ad89301702cd7ae0) Review changes (indentation, spaces) - [`ea89bc9`](https://github.com/UpsilonNumworks/Upsilon/commit/ea89bc9aa5e6ff17ea72ff13847f04d95cde9d31) code comment ### 📊 Changes **1 file changed** (+7 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `python/port/mod/turtle/turtle.cpp` (+7 -4) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:59 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#354
No description provided.