Vector2D.normalize Method
Parent Object: Vector2DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Vector2D.h>
Description
Normalizes the vector. Normalization makes the vector length equal to one. The vector should not be zero length.
Syntax
"vector2D_var" is a variable referencing a Vector2D object.
|
Return Value
Type | Description |
boolean | Returns true if successful. |