copy method

copy

Performs copy of one TransformationMatrix into other.

Returns

Copy matrix.

def copy(self, matrix):
    ...
ParameterTypeDescription
matrixTransformationMatrixMatrix to copy values from.

See Also