translate

open infix fun translate(by: Point): AffineTransform

Append a translation operation to this transform.

Return

a new transform

Parameters

by

the x and y components of this point

See also


Append a translation operation to this transform.

Return

a new transform

Parameters

by

the x, y and z components of this vector

See also


abstract fun translate(x: Double = 0.0, y: Double = 0.0, z: Double = 0.0): AffineTransform

Append a translation operation to this transform.

Return

a new transform

Parameters

x

component

y

component

z

component

See also