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

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