Skip to content

Conversation

@Peque
Copy link
Contributor

@Peque Peque commented Dec 12, 2019

The vector defining the rotation is expected to be in local coordinates
and therefore needs to be converted to world coordinates before applying
the rotation.

Closes #233.

@Peque Peque changed the title Fix plane rotation transformation Fix plane rotation method Dec 12, 2019
@Peque Peque force-pushed the fix-rotate branch 2 times, most recently from 602fcfa to 48ee781 Compare December 12, 2019 19:02
@codecov
Copy link

codecov bot commented Dec 12, 2019

Codecov Report

Merging #235 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #235      +/-   ##
==========================================
+ Coverage   94.84%   94.86%   +0.02%     
==========================================
  Files          18       18              
  Lines        4173     4190      +17     
==========================================
+ Hits         3958     3975      +17     
  Misses        215      215
Impacted Files Coverage Δ
cadquery/occ_impl/geom.py 90% <100%> (ø) ⬆️
tests/test_cadquery.py 98.99% <100%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5c47899...e9924ba. Read the comment docs.

@jmwright
Copy link
Member

@adam-urbanczyk Are you ok with me merging this?

@adam-urbanczyk
Copy link
Member

Yes @jmwright , looks good to me.

@jmwright
Copy link
Member

@Peque It looks like we have a merge conflict now. Can you take a look please? As soon as that's taken care of I'll merge it.

The vector defining the rotation is expected to be in local coordinates
and therefore needs to be converted to world coordinates before applying
the rotation.
@Peque
Copy link
Contributor Author

Peque commented Dec 15, 2019

@jmwright Rebased against upstream. 👍 😊

@jmwright
Copy link
Member

@Peque Thanks for the contribution.

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.

Concatenate rotations and split

3 participants