Transpose3x3Matrix(Array) Function |
Top |
DescriptionReturns the transpose of a three by three matrix by replacing all elements aij with aji.
This function has been Deprecated. Please use Matrix.Transpose() instead.
Timing Precision Mode This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.
Function Signature
Arguments
Return Value
Returns the transpose of a three by three matrix by replacing all elements aij with aji.
Syntax
See also
|