Transpose3x3Matrix Function

Top  Previous  Next

Description

Returns 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.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

Transpose3x3Matrix(Array matrix)

Array

Returns the transpose of a three by three matrix by replacing all elements aij with aji.

 

 

See also

Functions