Repository: commons-math
Updated Branches:
refs/heads/MATH_3_X 2d0d2ff14 -> 82e1a8cd0
Added compose and composeInverse to rotations.
These method are more flexible than the existing applyTo and
applyInverseTo (which are still present), because they allow caller
to specify a RotationConvention.
Repository: commons-math
Updated Branches:
refs/heads/master 9ce4e1a37 -> c9b1c8f96
Added compose and composeInverse to rotations.
These method are more flexible than the existing applyTo and
applyInverseTo (which are still present), because they allow caller
to specify a RotationConvention.