You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Vector2-overload always returns true, but there is additional code (old version of the `Vector3-overload?) after the return.
I think this overload is not used, at least it is not tested.
The function was added in 2016 with this logic: 44cf765
How should we proceed?
delete overload
always return true
implement real function
The text was updated successfully, but these errors were encountered:
AJPfleger
changed the title
[Bug] binUtility: inside(const Vector2& lposition) might be wrong
Bug: binUtility: inside(const Vector2& lposition) might be wrong
Nov 2, 2023
acts/Core/include/Acts/Utilities/BinUtility.hpp
Line 235 in 314529f
The
Vector2
-overload always returnstrue
, but there is additional code (old version of the `Vector3-overload?) after the return.I think this overload is not used, at least it is not tested.
The function was added in 2016 with this logic: 44cf765
How should we proceed?
true
The text was updated successfully, but these errors were encountered: