rotate_y method

rotate_y

Rotation matrix around Y

Returns

Rotation matrix

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

See Also