transpose method
transpose(self)
Transposes this instance.
Returns
The transposed matrix.
def transpose(self):
...
See Also
- module
aspose.threed.utilities
- class
Matrix4
Transposes this instance.
The transposed matrix.
def transpose(self):
...
aspose.threed.utilities
Matrix4