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