Skip to content

Increase the borders of the line bound

Nils Braun requested to merge nibraun/acts-core:bugfix/line-bounds-radius into master

The bounds [0, r] are too small, as the local coordinate eLOC_R also has a sign (could be -r). So I set them to [-r, r].

The sign convention can be found in e.g. LineSurface::globalToLocal.

Edited by Paul Gessinger-Befurt

Merge request reports