Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Angle vector #413

Merged
merged 2 commits into from
May 4, 2023
Merged

Angle vector #413

merged 2 commits into from
May 4, 2023

Conversation

sonomirco
Copy link
Collaborator

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🔖 Release
  • 🚩 Other

Description

Fixed the problem with VectorAngleOnPlane outputting, as a result, the reflex angle and added some functionalities for collinear points.

Related Tickets & Documents

This PR
closes #407
closes #409

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help

Added to documentation?

  • 📓 docs
  • 🙅 no documentation needed

sonomirco added 2 commits May 4, 2023 09:47
Added are points clockwise.
Improved the unit test.
@sonomirco sonomirco added bug 🐛 Issues describing a bug or pull requests fixing a bug. refactor 🧰 Pull requests that perform maintenance on the project but add no features or bug fixes. minor Pull requests requiring a minor version update according to semantic versioning. labels May 4, 2023
@sonomirco sonomirco self-assigned this May 4, 2023
@sonomirco sonomirco merged commit 14848cf into master May 4, 2023
@sonomirco sonomirco deleted the dev/mibi/angle-vector branch May 4, 2023 01:33
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug 🐛 Issues describing a bug or pull requests fixing a bug. minor Pull requests requiring a minor version update according to semantic versioning. refactor 🧰 Pull requests that perform maintenance on the project but add no features or bug fixes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Determine if a list of points are in clockwise order Extra vector angle function.
1 participant