rotate_x method

rotate_x

Rotation matrix around X

Returns

Rotation matrix

def rotate_x(self, theta):
    ...
ParameterTypeDescription
thetafloatAngle of rotation

See Also