Click or drag to resize

VectorAngleTo Method

Determines the angle between this vector and the specified vector.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
double AngleTo(
	Vector vector
)

Parameters

vector  Vector
Input Vector object for the angle calculation.

Return Value

Double
The angle between this vector and the specified vector in radians.
See Also