Click or drag to resize
DigitalRuneMatrix22FTransposed Property
Returns the transposed of this matrix.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public Matrix22F Transposed { get; }

Return Value

Type: Matrix22F
The transposed of this matrix.
Remarks
The property does not change this instance. To transpose this instance you need to call Transpose.
See Also