rotate

open infix fun rotate(by: Measure<Angle>): AffineTransform

Appends a rotation operation (around the z-axis), at the Origin to this transform.

Return

a new transform

Parameters

by

this angle

See also


open fun rotate(around: Point, by: Measure<Angle>): AffineTransform

Appends a rotation (around the z-axis) operation to this transform.

Return

a new transform

Parameters

around

this point

by

this angle

See also