Gimp.Vector2.prototype.inner_product_val
function inner_product_val(vector2: Gimp.Vector2): Number(gdouble) {
// Gjs wrapper for gimp_vector2_inner_product_val()
}
Identical to [method@Vector2.inner_product], but the vectors are passed by value rather than by reference.
- vector2
the second Gimp.Vector2.
- Returns
The inner product.