VirtualArray.VertexAngle(Matrix) Method

Top 

Description

Returns the angle in degrees between two 3-element vectors.

 

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

VirtualArray.VertexAngle(

Matrix matrix)

 

 

Arguments

matrix


Description:

3-element row or column Matrix.

 

 

 

Return Value

Type:

number

 

 

The angle between the two specified vectors in degrees.

 

Syntax

myVariable1 = {1,2,3}.VertexAngle(myMatrix1);

 

 

See also

VirtualArray Object

VirtualArray.VertexAngle