normalize method
Modify this Point so that its X and Y values have been normalized to a unit length. However, if this Point is the origin (zero, zero), its length remains zero. @return {Point} this.
Implementation
_i3.Point normalize() => _i4.callMethod(
this,
'normalize',
[],
);