Open tpietzsch opened 1 year ago
Of course one can already pass a Localizable to Util.printCoordinates(RealLocalizable). But it would be nicer if the position was printed as 0 instead of 0.0 etc
Localizable
Util.printCoordinates(RealLocalizable)
0
0.0
Of course one can already pass a
Localizable
toUtil.printCoordinates(RealLocalizable)
. But it would be nicer if the position was printed as0
instead of0.0
etc