Exemplo n.º 1
0
 Vector2 Add( Vector2 c_lhs, Vector2 const& i_rhs )
 {
     c_lhs.Add( i_rhs );
     return c_lhs;
 }