Closed charlesgregory closed 3 years ago
Need to have shortcuts for types that are separate from the shortcuts for getting a coordinate type from integer coordinates. i.e
ZBHO coords; coords = toZBHO(0, 1); OneBasedClosed coords2; coords2 = toOneBasedClosed(0, 1);
Bigger question is what to do about ChromCoordinates. Maybe this:
ChromCoordinates
ChromZBHO coords; coords = toChromZBHO(0, 1);
Thoughts @jblachly ?
I don't understand -- what do the to* functions assume is the implicit coordinate scheme of the integer inputs?
to*
Yes though the naming is arbitrary it could be ZBHOfromInt or something else.
ZBHOfromInt
Need to have shortcuts for types that are separate from the shortcuts for getting a coordinate type from integer coordinates. i.e
Bigger question is what to do about
ChromCoordinates
. Maybe this:Thoughts @jblachly ?