Gimp.Vector3.prototype.inner_product_val

function inner_product_val(vector2: Gimp.Vector3): Number(gdouble) {
    // Gjs wrapper for gimp_vector3_inner_product_val()
}
  

Identical to [method@Vector3.inner_product], but the vectors are passed by value rather than by reference.

vector2

the second Gimp.Vector3.

Returns

The inner product.