def addCluster(self, r, x, y, v, theta, lambda0, color, is_point):
     self.clusters_list.append(
         Cluster(r, x, y, v, theta, lambda0, color, is_point))