Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: SetIdentity must retain FixedParameters
When setting a transform to represent an Identity mapping, it is crucial that the stationary component of the transform is preserved. ```python tfm.SetCenter( [1,2,3] ); tfm.SetIdentity(); out=tfm.GetCenter(); assert( out == [1,2,3] ); ```
- Loading branch information