Mult3x3Matrix Function

Top  Previous  Next

Description

Returns the product of two three by three matrices.

 

This function has been Deprecated. Please use the multiplication operator (*) to multiply two matrices.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

Mult3x3Matrix(Array arrayArgument1, Array arrayArgument2)

Array

Returns the product of two three by three matrices.

 

 

See also

Functions