Gimp.Vector3.set
@accepts(Gimp.Vector3, float, float, float)
@returns(none)
def set(self, x, y, z):
# Python wrapper for gimp_vector3_set()
Sets the X, Y and Z coordinates of self to x, y and z.
- self
a pointer to a Gimp.Vector3.
- x
the X coordinate.
- y
the Y coordinate.
- z
the Z coordinate.