Skip to content

algorithm: distance3d: fix result type comparison of CGAL::intersection

CGAL::intersection returns bool, so just simple 'if' instead of comparing with 'boost::none', which isn't comparable to 'bool'.

Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net

Merge request reports