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