mul_val


Description:

public Vector2 mul_val (double factor)

Identical to [method@Vector2.

mul], but the vector is passed by value rather than by reference.

Parameters:

this

a Vector2.

factor

a scalar.

Returns:

the resulting Vector2.