normalize method

normalize(self)

Normalizes this instance.

Returns

Normalized vector.


def normalize(self):
    ...

See Also