Returns the first child in a traversal of the children of this cell, in Hilbert curve order.
for (let ci = c.childBegin(); ci != c.childEnd(); ci = ci.next()) { ... }
Returns the first child in a traversal of the children of this cell, in Hilbert curve order.