VirtualArray.VertexAngle(Array) Method

Top 

Description

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

 

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

VirtualArray.VertexAngle(

Array array)

 

 

Arguments

array


Description:

3-element Array.

Required Size:

3

 

 

 

Return Value

Type:

number

 

 

The angle between the two specified vectors in degrees.

 

Syntax

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

 

 

See also

VirtualArray Object

VirtualArray.VertexAngle