I think the problem in this area is much less of a problem that within the renderers. The LMs operate on millipoints which provide a very good resolution for our purposes. I doubt we have a big problem here. But in case you find a mixture of approaches, i.e. rounding and truncating, then something needs to be done about it. On the other side rounding is certainly better though I doubt it makes a big difference. And if it's changed it needs be done consistently everywhere. I'd leave it for now. Other opinions?
On 30.08.2005 08:24:01 Manuel Mall wrote: > In the property system most numeric values are stored and operated upon > as double's. However, once we get to the LMs they only deal in int's. > Currently the conversion between the double and the int is a simple > typecast which equates to truncation. It that the right thing to do or > shall we round? > > Manuel Jeremias Maerki
