Construct rotation matrix about x-axis.
- Parameters:
- angle
Quantity Rotation angle [deg]
- Returns:
- Rx
array Rotation matrix [no units!]
Notes
Broadcasting is supported. Rotation matrices can be (matrix-multiplied)
with dot, however, if you want to multiply stacks of matrices
use the new matmul function.