Skip to content

feat(vector2d): Add signed_angle and inv_magnitude methods#405

Merged
finger563 merged 1 commit intomainfrom
feat/vector-improvements
Mar 9, 2025
Merged

feat(vector2d): Add signed_angle and inv_magnitude methods#405
finger563 merged 1 commit intomainfrom
feat/vector-improvements

Conversation

@finger563
Copy link
Contributor

Description

  • Add aditional methods
  • Update example to test all the new methods

Motivation and Context

Improves usability of the vector class

How has this been tested?

Build and run math/example

Screenshots (if appropriate, e.g. schematic, board, console logs, lab pictures):

CleanShot 2025-03-09 at 00 20 13@2x

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update
  • Hardware (schematic, board, system design) change
  • Software change

Checklist:

  • My change requires a change to the documentation.
  • I have added / updated the documentation related to this change via either README or WIKI

Software

  • I have added tests to cover my changes.
  • I have updated the .github/workflows/build.yml file to add my new test to the automated cloud build github action.
  • All new and existing tests passed.
  • My code follows the code style of this project.

* Add aditional methods
* Update example to test all the new methods

Improves usability of the vector class

Build and run math/example
@finger563 finger563 self-assigned this Mar 9, 2025
@finger563 finger563 added enhancement New feature or request math labels Mar 9, 2025
@github-actions
Copy link

github-actions bot commented Mar 9, 2025

✅Static analysis result - no issues found! ✅

@finger563 finger563 merged commit 5c69d77 into main Mar 9, 2025
75 checks passed
@finger563 finger563 deleted the feat/vector-improvements branch March 9, 2025 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request math

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant