28 Aug
2013
28 Aug
'13
5:04 p.m.
On Wed, 2013-08-28 at 09:57 -0700, mathog wrote:
p0 = p0.in2px();
I do agree with you that unit handling should be subsumed into these objects. But not like this.
in2px is a despicably static name and I hate it. It's got variables in it instead of describing what should be done, it says what from and to.
p0.in("px") p0.in("in")
Martin,