52North/IlwisCore

implicit conversion double->qint32 on call of Box3D<double>::size(): Size

pokulo opened this issue · 3 comments

shouldn't a Box3D like an envelope of a coordinate system have a size handling doubles instead of integers?

This would imply the class Size also to be defined as template class.

close this due to changes in the box

the Issue remains in hox.h:line 120.
Since xlength(), ylength() and zlength() all return a double, it seams handy, to also store it into a Size class, which preserves the values as double.

fixed in fd263f0