clone method

clone

Clones this transformation matrix.

Returns

Clone of this transformation matrix.

def clone(self):
    ...

See Also