Closed rocchellid closed 2 years ago
The standard display of cartesian coordinates is in parentheses separated by commas as mentioned here:
The Cartesian coordinates of a point are usually written in parentheses and separated by commas, as in (10, 5) or (3, 5, 7).
Because of this I'm going to keep the comma separators, but I will, however, force the X
/Y
/Z
values to be displayed with a decimal point, as opposed to a decimal comma, to ensure the final display value is not ambiguous.
I added this test to ensure the display is consistent:
In some languages the separators '.' and ',' have different meanings; better to use the ';' like Microsoft does