pyxem / orix

Analysing crystal orientations and symmetry in Python
https://orix.readthedocs.io
GNU General Public License v3.0
79 stars 45 forks source link

Create vectors from path ends #445

Closed hakonanes closed 1 year ago

hakonanes commented 1 year ago

Description of the change

These changes were originally added in #442. The main change in that PR has to wait for other changes before we can continue with it, so I'm making separate PRs for the changes that we can merge now.

Progress of the PR

Minimal example of the bug fix or new feature

See the new example on combining rotations to see all the changes in this PR in action: https://orix--445.org.readthedocs.build/en/445/examples/rotations/combine_rotations.html

For reviewers

hakonanes commented 1 year ago

Thank you for reviewing!