add_val


Description:

public Vector3 add_val (Vector3 vector2)

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

Parameters:

this

a Vector3.

vector2

a Vector3.

Returns:

the resulting Vector3.