public static Position2D From(int X, int Y) { Position2D toR = new Position2D(); toR.Set(X, Y); return toR; }