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

feat: exposed reflection as transformation #385

Merged
merged 4 commits into from Dec 30, 2022
Merged

feat: exposed reflection as transformation #385

merged 4 commits into from Dec 30, 2022

Conversation

cesarecaoduro
Copy link
Collaborator

@cesarecaoduro cesarecaoduro commented Dec 20, 2022

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

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

Description

This PR [adds/removes/fixes/replaces] this [feature/bug/etc].

Related Tickets & Documents

Added tests?

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

Added to documentation?

  • 📓 docs
  • 🙅 no documentation needed

@cesarecaoduro cesarecaoduro added the patch Pull requests requiring a patch version update according to semantic versioning. label Dec 20, 2022
@sonomirco sonomirco added this to In progress in Core via automation Dec 28, 2022
@@ -223,5 +223,15 @@ public static TransformMatrix PlaneToPlane(Plane a, Plane b)

return result;
}

/// <summary>
/// Create a reflextion transformation
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creates a reflection transformation matrix.

@d3ssy d3ssy merged commit 7c9c93c into develop Dec 30, 2022
Core automation moved this from In progress to Done Dec 30, 2022
@d3ssy d3ssy deleted the add-reflection branch December 30, 2022 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

3 participants