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
IMO, the CoordDimensions has a somewhat weird usage pattern: it uses constant functions instead of true consts. Perhaps we should introduce global DIM_XY, DIM_XYZ, etc, same as we currently have in the unit tests, but exposed globally, assuming everyone is OK with the naming. Should we do this?
The text was updated successfully, but these errors were encountered:
IMO, the
CoordDimensions
has a somewhat weird usage pattern: it uses constant functions instead of true consts. Perhaps we should introduce globalDIM_XY
,DIM_XYZ
, etc, same as we currently have in the unit tests, but exposed globally, assuming everyone is OK with the naming. Should we do this?The text was updated successfully, but these errors were encountered: