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