Beispiel #1
0
 public bool IsInHitInfo(HitInfo h)
 {
     var p = this;
     return h.GetPoints().Any(i => p.X == i.X && p.Y == i.Y);
 }