minus

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

Subtracts (de-composes) two transforms.

Computes \(T_1 \circ T_2^{-1}\)

Return

the relative transform

Parameters

other

the transform to subtract