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
void
combine

Return Value

Type: void

Reference to this.

Meta