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

Array.VertexAngle(

Vector vector)

 

 

Arguments

vector


Description:

Vector object.

 

 

 

Return Value

Type:

number

 

 

The angle between the two specified vectors in degrees.

 

Syntax

myVariable1 = myArray1.VertexAngle(myVector1);

 

 

See also

Array Object

Array.VertexAngle

Matrix, Array, and Variable Math Guide