Method

GimpVector2inner_product_val

Declaration [src]

gdouble
gimp_vector2_inner_product_val (
  GimpVector2 vector1,
  GimpVector2 vector2
)

Description [src]

Identical to gimp_vector2_inner_product(), but the vectors are passed by value rather than by reference.

Parameters

vector2

Type: GimpVector2

The second GimpVector2.

Return value

Type: gdouble

The inner product.