Gimp.Vector3.sub_val

@accepts(Gimp.Vector3, Gimp.Vector3)
@returns(Gimp.Vector3)
def sub_val(self, vector2):
    # Python wrapper for gimp_vector3_sub_val()
  

This function is identical to Gimp.vector3_sub but the vectors are passed by value rather than by reference.

self

a Gimp.Vector3.

vector2

a Gimp.Vector3.

Returns