Matrix4x4Transpose Method
Transposes the rows and columns of a matrix.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static Matrix4x4 Transpose(
Matrix4x4 matrix
)
Public Shared Function Transpose (
matrix As Matrix4x4
) As Matrix4x4
public:
static Matrix4x4 Transpose(
Matrix4x4 matrix
)
static member Transpose :
matrix : Matrix4x4 -> Matrix4x4
- matrix Matrix4x4
- The source matrix.
Matrix4x4The transposed matrix.