sub_val


Description:

public Vector3 sub_val (Vector3 vector2)

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

Parameters:

this

a Vector3.

vector2

a Vector3.

Returns:

the resulting Vector3.