Ejemplo n.º 1
0
 public static int Create(int x, int y, int orientation, int speed)
 {
     return(Create(FastCoord.Create(x, y), orientation, speed));
 }
 public int ToFastCoord()
 {
     return(FastCoord.Create(this));
 }