@override void force([double alpha = 1]) { if (_nodes.isEmpty) { return; } _runOneStep(_clusterMap, _center[0], _center[1]); }