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

Add Mirror transformation method to Manifold #354

Merged
merged 4 commits into from
Mar 8, 2023
Merged

Add Mirror transformation method to Manifold #354

merged 4 commits into from
Mar 8, 2023

Conversation

geoffder
Copy link
Collaborator

@geoffder geoffder commented Mar 7, 2023

At first I thought that additional lazy tracking of inversion would be required, but it seems like the invert check with glm::determinant in Impl::Transform is already taking care of it? The added test is a simple 3d adapted version of the one for CrossSection.

@codecov
Copy link

codecov bot commented Mar 7, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 🎉

Comparison is base (bd8da6c) 89.41% compared to head (bf2e6ec) 89.43%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #354      +/-   ##
==========================================
+ Coverage   89.41%   89.43%   +0.01%     
==========================================
  Files          33       33              
  Lines        3968     3974       +6     
==========================================
+ Hits         3548     3554       +6     
  Misses        420      420              
Impacted Files Coverage Δ
src/manifold/src/manifold.cpp 92.21% <100.00%> (+0.19%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

src/manifold/src/manifold.cpp Outdated Show resolved Hide resolved
test/manifold_test.cpp Outdated Show resolved Hide resolved
Copy link
Owner

@elalish elalish left a comment

Choose a reason for hiding this comment

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

Thanks!

@geoffder geoffder merged commit 83131c6 into elalish:master Mar 8, 2023
@geoffder geoffder deleted the manifold-mirror-transformation branch March 8, 2023 07:54
@elalish elalish mentioned this pull request Nov 3, 2023
cartesian-theatrics pushed a commit to SovereignShop/manifold that referenced this pull request Mar 11, 2024
Add Mirror transformation (over plane through origin described by given normal) method to Manifold and corresponding C binding.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants