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
refactor: pass B2Segment as readonly in and update callers
Change segment collision helpers to take B2Segment by 'in' instead of 'ref'.
Update contacts, shape setter, and sample call sites accordingly.
This better reflects readonly intent and avoids unnecessary ref usage.
0 commit comments