Gimp.Vector3.inner_product

@accepts(Gimp.Vector3, Gimp.Vector3)
@returns(float)
def inner_product(self, vector2):
    # Python wrapper for gimp_vector3_inner_product()
  

Computes the inner (dot) product of two 3D vectors. This product is zero if and only if the two vectors are orthogonal.

self

a pointer to the first Gimp.Vector3.

vector2

a pointer to the second Gimp.Vector3.

Returns