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