Click or drag to resize

Matrix4x4Transpose Method

Transposes the rows and columns of a matrix.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix4x4 Transpose(
	Matrix4x4 matrix
)

Parameters

matrix
Type: Karamba.GeometryMatrix4x4
The source matrix.

Return Value

Type: Matrix4x4
The transposed matrix.
See Also