Exemplo n.º 1
0
 return(new Vec3(left.x + right.x, left.y + right.y, left.z + right.z));
 value.x = Mathf.Max(left.x, right.x);