APILNMatrix_Transpose Method |
Namespace: Lumino
public static Result LNMatrix_Transpose( ref Matrix mat, out Matrix matOut )
Public Shared Function LNMatrix_Transpose ( ByRef mat As Matrix, <OutAttribute> ByRef matOut As Matrix ) As Result
public: static Result LNMatrix_Transpose( Matrix% mat, [OutAttribute] Matrix% matOut )
static member LNMatrix_Transpose : mat : Matrix byref * matOut : Matrix byref -> Result
[Missing <returns> documentation for "M:Lumino.API.LNMatrix_Transpose(Lumino.Matrix@,Lumino.Matrix@)"]