leftNodes.forEach(function(n) {
        nodesLine = (n.y < massCenterY) ? (tl) : (bl);
        nodesLine.push(n);
      });