Click or drag to resize

VectorRotationAroundZAxis Method

Rotates this vector by the specified angle around the Z axis.

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

Parameters

angle  Double
The rotation angle in radians.
See Also