rotate_z method

rotate_z

Rotation matrix around Z

Returns

Rotation matrix

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

See Also