Array.CrossProduct(Array) 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

Array.CrossProduct(

Array crossProductRightHandSide)

 

 

Arguments

crossProductRightHandSide


Description:

The right hand side of the cross product.

Required Size:

3

 

 

 

Return Value

Type:

Array of number (size = 3)

 

 

Returns the cross product with the specified vector.

 

Syntax

myArray1 = myArray2.CrossProduct(myArray3);

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide