Skip to content

Feat: recover properties such as turns, radians and degrees from Angle#73

Merged
carlos-adir merged 1 commit into
mainfrom
dev/reformm_angle
Aug 31, 2025
Merged

Feat: recover properties such as turns, radians and degrees from Angle#73
carlos-adir merged 1 commit into
mainfrom
dev/reformm_angle

Conversation

@carlos-adir

Copy link
Copy Markdown
Contributor

This PR :

  • Removes class method degrees to set as external function
  • Removes class method radians to set as external function
  • Removes class method turns to set as external function
  • Add degrees property to recover the value of the angle in degrees
  • Add radians property to recover the value of the angle in radians
  • Add turns property to recover the value of the angle in turns

@carlos-adir carlos-adir self-assigned this Aug 31, 2025
@carlos-adir carlos-adir added the enhancement New feature or request label Aug 31, 2025
@carlos-adir carlos-adir linked an issue Aug 31, 2025 that may be closed by this pull request
@carlos-adir carlos-adir marked this pull request as ready for review August 31, 2025 15:59
@codecov

codecov Bot commented Aug 31, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.56%. Comparing base (5ce97f5) to head (1fc6006).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #73   +/-   ##
=======================================
  Coverage   98.56%   98.56%           
=======================================
  Files          27       27           
  Lines        2501     2514   +13     
=======================================
+ Hits         2465     2478   +13     
  Misses         36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@carlos-adir carlos-adir merged commit c21a57c into main Aug 31, 2025
10 checks passed
@carlos-adir carlos-adir deleted the dev/reformm_angle branch August 31, 2025 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add properties to extract radians, turns and degrees from Angle

1 participant