mul_val


Description:

public Vector3 mul_val (double factor)

Identical to [method@Vector3.

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

Parameters:

this

a Vector3.

factor

a scalar.

Returns:

the resulting Vector3.