Function: normalize()
normalize(__namedParameters
): Vector
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
Defined in
diagram/geometry.ts:59