 | FloatMatrixGetTranspose Method |
Gets the transpose. For example, the transpose of MxN is NxM.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic FloatMatrix GetTranspose()
Return Value
Type:
FloatMatrixThe transpose.
See Also