sub_val


Description:

public Vector2 sub_val (Vector2 vector2)

This function is identical to vector2_sub but the vectors are passed by value rather than by reference.

Parameters:

this

the first Vector2.

vector2

the second Vector2.

Returns:

the resulting Vector2.