compose method

compose(self, m)

Append or prepend the argument to internal matrix.


def compose(self, m):
    ...
ParameterTypeDescription
mMatrix4

See Also