the inversion
Description
The improper rotation that maps every vector onto its negative. It is the identical rotation combined with the inversion, hence isImproper returns true.
Syntax
rot = rotation.inversion
rot = rotation.inversion(5)Input
| n,m | size of the array of rotations |
Output
| rot | rotation |