Click or drag to resize

VectorRotationAroundZAxis Method

Rotates this vector by the specified angle around Z axis.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
void RotationAroundZAxis(
	double angle
)

Parameters

angle  Double
Input Double that specifies the angle in radians.
See Also