HomePhabricator
Diffusion MITK 3c0fbe73e8e7

Set NodePredicateGeometry and NodePredicateSubGeometry precision default

Description

Set NodePredicateGeometry and NodePredicateSubGeometry precision default
to be less pendantic

As NodePredicateGeometry and NodePredicateSubGeometry are currently only
used code where mitk::eps is to pendantic and could break in normal usage,
I relaxed the default precision and made it a constant to reference.

Fixed T27582