Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Plane bug #382

Merged
merged 3 commits into from Mar 8, 2022
Merged

Plane bug #382

merged 3 commits into from Mar 8, 2022

Conversation

NishantC5
Copy link
Contributor

@NishantC5 NishantC5 commented Feb 28, 2022

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

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

Description

This PR fixes the bug that was present in one of the Plane's constructors which took in a point and two direction vectors. The constructor now computes the orthogonal vectors which would define the X-axis and the Y-axis of the plane considering the first input direction to be the X-axis.
Although there were already three test cases that that referenced this constructor, another test case is added which is dedicated for this particular constructor.

Related Tickets & Documents

This PR Fixes #377

Added tests?

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

Added to documentation?

  • 📓 docs
  • 🙅 no documentation needed

@d3ssy d3ssy added the bug 🐛 Issues describing a bug or pull requests fixing a bug. label Mar 8, 2022
@d3ssy d3ssy added this to In progress in Core via automation Mar 8, 2022
@d3ssy d3ssy added minor Pull requests requiring a minor version update according to semantic versioning. patch Pull requests requiring a patch version update according to semantic versioning. and removed minor Pull requests requiring a minor version update according to semantic versioning. labels Mar 8, 2022
@d3ssy d3ssy merged commit 4e22724 into GSharker:develop Mar 8, 2022
Core automation moved this from In progress to Done Mar 8, 2022
@NishantC5 NishantC5 deleted the Plane-bug branch March 12, 2022 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Issues describing a bug or pull requests fixing a bug. patch Pull requests requiring a patch version update according to semantic versioning.
Projects
Core
Done
Development

Successfully merging this pull request may close these issues.

Plane(origin, xDirection, yDirection) Bug
2 participants