Transform.combine

Combine the current transform with another one.

The result is a transform that is equivalent to applying this followed by transform. Mathematically, it is equivalent to a matrix multiplication.

struct Transform
ref
combine

Parameters

otherTransform Transform

Transform to combine with this one

Return Value

Type: Transform

Reference to this.

Meta