Exemplo n.º 1
0
 public static Vector3 operator -(in Vector3 v, in Vector3 other) => new Vector3(v.X - other.X, v.Y - other.Y, v.Z - other.Z);
Exemplo n.º 2
0
 return(new Vector3(v.X + w.X, v.Y + w.Y, v.Z + w.Z));
Exemplo n.º 3
0
 return(new PointF(v.X, v.Y));