MultMatrixVector Function

Top  Previous  Next

Description

Returns the product of a three by three matrix and a three element vector.

 

This function has been Deprecated. Please use the multiplication (*) operator to multiply a Matrix with an Array.

 

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

MultMatrixVector(Array matrix, Array vector)

Array

Returns the product of a three by three matrix and a three element vector.

 

 

See also

Functions