Point. Function.normalize
sprotty-protocol / Point / normalize
normalize(
point
):Point
Defined in: utils/geometry.ts:90
Computes the normalized vector from the vector given in point
; that is, computing its unit vector.
Point representing the vector to be normalized
The normalized point