Click or drag to resize
FloatMatrixGetTranspose Method
Gets the transpose. For example, the transpose of MxN is NxM.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public FloatMatrix GetTranspose()

Return Value

Type: FloatMatrix
The transpose.
See Also