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