RotationΒΆ

Type:Rotation
Range:[SO(3)]
Default:-/-
Appearance:simple

Defines a final rotation of the computed Fourier spectrum. Typically, this is used to switch the coordinate axes.

The two following examples are equivalent (for the notation, see also here):

Example 1:

FourierTransform {
  ...
  Rotation = X:Z:-Y
}

Example 2:

FourierTransform {
  ...
  Rotation = [1   0   0
              0   0  -1
              0   1   0]
}