static DoublePt floatPairToDoublePt(Pair p) { ret p == null ? null : DoublePt(p.a, p.b); }