copy method
copy
Performs copy of one TransformationMatrix into other.
Returns
Copy matrix.
def copy(self, matrix):
...
Parameter | Type | Description |
---|---|---|
matrix | TransformationMatrix | Matrix to copy values from. |
Performs copy of one TransformationMatrix into other.
Copy matrix.
def copy(self, matrix):
...
Parameter | Type | Description |
---|---|---|
matrix | TransformationMatrix | Matrix to copy values from. |