transpose_matrix
- compas.geometry.transpose_matrix(M)[source]
Transpose a matrix.
- Parameters:
- Mlist[list[float]] |
compas.geometry.Transformation
The matrix to be transposed.
- Mlist[list[float]] |
- Returns:
- list[list[float]]
The result matrix.
Site Navigation
Transpose a matrix.
compas.geometry.Transformation
The matrix to be transposed.
The result matrix.