Gimp.Vector3.normalize_val
@accepts(Gimp.Vector3)
@returns(Gimp.Vector3)
def normalize_val(self):
# Python wrapper for gimp_vector3_normalize_val()
Identical to [method@Vector3.normalize], but the vector is passed by value rather than by reference.
- self
a Gimp.Vector3.
- Returns