implicit conversion double->qint32 on call of Box3D<double>::size(): Size
pokulo opened this issue · 3 comments
pokulo commented
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.
MartinSchouwenburg commented
close this due to changes in the box
pokulo commented
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.