mojo.graphics.Canvas.Rotate - nitrologic/monkey2 GitHub Wiki

mojo::mojo.graphics.mojo.graphics.Canvas.Rotate

Method Rotate:Void( rz:monkey:monkey.types.Float )

Rotates the drawing matrix.

Rotates the drawing matrix. This has the effect of rotating all drawing coordinates by the angle `rz'.

Parameters
rz rz Rotation angle in radians.