Gimp.Vector3.cross_product_val
@accepts(Gimp.Vector3, Gimp.Vector3)
@returns(Gimp.Vector3)
def cross_product_val(self, vector2):
# Python wrapper for gimp_vector3_cross_product_val()
Identical to [method@Vector3.cross_product], but the vectors are passed by value rather than by reference.
- self
the first Gimp.Vector3.
- vector2
the second Gimp.Vector3.
- Returns