Click or drag to resize

VectorAsUnitVector Method

Creates a normalized unit vector from this vector (length equal to 1.0).

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
Vector AsUnitVector()

Return Value

Vector
A new vector that is normalized.
See Also