Matrix.CrossProduct(Matrix) Method

Top 

Description

Computes the cross product with the specified vector.

 

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.

Click here to see the documentation for this object in nanosecond 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