Rd2 function

Rotation matrix, 2-dimensional

Rotation matrix, 2-dimensional

Given an angle θ\theta whereby θ[0,π/2)\theta \in [0, \pi/2) the function Rd2 returns a 2-dimensional rotation matrix of Euler angles. latin1

Rd2(theta)

Arguments

  • theta: Numeric, angle in the interval [0,π/2)[0, \pi/2).

Returns

  • R: A 2-dimensional rotation matrix.

Author(s)

Bernhard Pfaff

See Also

UprodR

Examples

Rd2(pi/3)
  • Maintainer: Bernhard Pfaff
  • License: GPL (>= 2)
  • Last published: 2022-04-29

Useful links