%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
GetAngle Method
See Also 
vdWebLibrary Namespace > vdgeo Class : GetAngle Method
point1
The first point forming the angle.
point2
The second point forming the angle.
Calculates and returns the angle two points form. This is done by comparing the two vectors formed with starting point the 0,0,0 and ending points the two passed parameters.

Syntax

JScript 
public function GetAngle( 
   point1 : Object,
   point2 : Object
) : double;

Parameters

point1
The first point forming the angle.
point2
The second point forming the angle.

Return Value

The formed angle in radians.

See Also