pwtools.num.euler_matrix

pwtools.num.euler_matrix(phi, theta, psi, deg=False)[source]

Euler’s rotation matrix.

We use the x-convention, as in [1].

(ϕ,θ,ψ)A=BCDD:ϕ=0,...,2πC:θ=0,...,πB:ψ=0,...,2π
Parameters:
  • phi (float) – angles

  • theta (float) – angles

  • psi (float) – angles

  • deg (bool) – angles in degree (True) or radians (False, default)

References