normalize(__namedParameters): Vector
Defined in: src/paper/baseGeometry.ts:57
Normalizes the vector by dividing by its length to get a unit vector
with the same direction as the original one.
Parameters
| Parameter | Type |
|---|
__namedParameters
| Vector
|
Returns
Vector