Matrix.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

Matrix.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 = myMatrix1.VertexAngle(myArray1);

 

 

See also

Matrix Object

Matrix.VertexAngle

Matrix, Array, and Variable Math Guide