Transform.opOpAssign

Overload of assignment operator *= to combine two transforms.

This call is equivalent to calling transform.combine(rhs).

struct Transform
ref
opOpAssign
(
string op
)
if (
op == "*"
)

Parameters

rhs Transform

the second transform to be combined with the first

Return Value

Type: Transform

The combined transform.

Meta