times

abstract operator fun times(other: AffineTransform2D): AffineTransform2D

Allows transforms to be combined sequentially.

val transformC = transformA * transformB

So applying transformC is equivalent to applying transformA then transformB.

See also