Gimp.Vector2.normalize
@accepts(Gimp.Vector2)
@returns(none)
def normalize(self):
# Python wrapper for gimp_vector2_normalize()
Normalizes the self so the length of the self is 1.0. The nul vector will not be changed.
- self
a pointer to a Gimp.Vector2.