rotate

abstract infix override fun rotate(by: Measure<Angle>): AffineTransform2D

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 override fun rotate(around: Point, by: Measure<Angle>): AffineTransform2D

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

Return

a new transform

Parameters

around

this point

by

this angle

See also