Example #1
0
 public static GamePoint3D operator +(GamePoint3D left, GamePoint2D right)
 {
     return(GamePoint3D.Add(left, right));
 }