transpose_matrix
- compas.geometry.transpose_matrix(M)[source]
Transpose a matrix.
- Parameters
M (list[list[float]] |
compas.geometry.Transformation
) – The matrix to be transposed.- Returns
list[list[float]] – The result matrix.
Transpose a matrix.
M (list[list[float]] | compas.geometry.Transformation
) – The matrix to be transposed.
list[list[float]] – The result matrix.
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev