예제 #1
0
파일: Cluster.cs 프로젝트: gorgor/famebot
 public bool Contains(ClusterPoint p)
 {
     return(Points.Contains(p));
 }
예제 #2
0
파일: Cluster.cs 프로젝트: gorgor/famebot
 public void Add(ClusterPoint p)
 {
     Points.Add(p);
 }