While working on the MultiAxis implementation I stumbled over a few potentially suboptimal names
global bin and local bins
bin is actually an index - we could call it that way
global / local is a loaded term in ACTS and usually refers to different coordinate systems
- my suggestion here would be something like
flat index or linear index and multi index
- for
Axis we use getX while for Grid we use x
lower left edge / upper right edge
- I believe this should rather be
corner
position vs point
While working on the
MultiAxisimplementation I stumbled over a few potentially suboptimal namesglobal binandlocal binsbinis actually anindex- we could call it that wayglobal/localis a loaded term in ACTS and usually refers to different coordinate systemsflat indexorlinear indexandmulti indexAxiswe usegetXwhile forGridwe usexlower left edge/upper right edgecornerpositionvspoint