Ticket #2831 (closed: fixed)
Generic Multi-dimensional CoordTransformation class
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Roman Tolchenov |
Description
The goal is to make a MxN transformation matrix that can take a coordinate in M dimensions and convert it to another space in N dimensions. The types of conversions to account for are:
- Simple rotation matrix
- Affine Transformation = linear transform such as a rotation + a translation
- Projection into lower dimensions, for example taking a 2D slice out of 3D data.
The class will be templated by two parameters (# of in/out dimensions) in an effort to make it most efficient.
Change History
comment:4 Changed 9 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 9 years ago by Roman Tolchenov
- Status changed from verify to verifying
- Tester set to Roman Tolchenov
Note: See
TracTickets for help on using
tickets.