plus

operator fun plus(other: Transform2d): Transform2d(source)

Adds (composes) two transforms.

Composes this transform with another: \(T_1 \circ T_2\)

Return

the composed transform

Parameters

other

the transform to compose with