TransposeRef(Matrix4x4) Method
In This Topic
Transposes the matrix.
Syntax
'Declaration
Public Overloads Shared Sub TransposeRef( _
ByRef As Matrix4x4 _
)
public static void TransposeRef(
ref Matrix4x4
)
Parameters
- value
- The matrix whose transpose is to be calculated.
See Also