public static Position Of(RotativeCoord x, RotativeCoord y, RotativeCoord z) { return(new Position(x, y, z)); }
public Position(RotativeCoord x, RotativeCoord y, RotativeCoord z) { X = x; Y = y; Z = z; }