Gimp.Vector3.normalize
@accepts(Gimp.Vector3)
@returns(none)
def normalize(self):
# Python wrapper for gimp_vector3_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.Vector3.