rotate method

rotate

Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix.

Returns

The resulting matrix.

def rotate(self, angle):
    ...
ParameterTypeDescription
anglefloatRotation angle.

See Also