Matrix.CrossProduct(Matrix) Method

Top 

Description

Computes the cross product with the specified vector.

 

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.

 

Method Signature

Matrix.CrossProduct(

Matrix crossProductRightHandSide)

 

 

Arguments

crossProductRightHandSide


Description:

The right hand side of the cross product.

 

 

 

Return Value

Type:

Matrix of number (size = 3 x 1)

 

 

Returns the cross product with the specified vector.

 

Syntax

myMatrix1 = myMatrix2.CrossProduct(myMatrix3);

 

 

See also

Matrix Object

Matrix, Array, and Variable Math Guide