 | VectorRotationAroundZAxis Method |
Rotates this vector by the specified angle around Z axis.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntaxvoid RotationAroundZAxis(
double angle
)
Sub RotationAroundZAxis (
angle As Double
)
Parameters
- angle Double
- Input Double that specifies the angle in radians.
See Also