Rotation about X axis
T = trotx(THETA) T = trotx(THETA, 'deg')
T = TROTX(THETA)
is a homogeneous transformation (4x4) representing a rotation
radians about the x-axis.
T = TROTX(THETA, 'deg')
as above but THETA is in degrees.
Translational component is zero.