inner_product_val


Description:

public double inner_product_val (Vector2 vector2)

Identical to [method@Vector2.

inner_product], but the vectors are passed by value rather than by reference.

Parameters:

this

the first Vector2.

vector2

the second Vector2.

Returns:

The inner product.