예제 #1
0
 public bool IsCrossing(Ship ship)
 {
     return(GetCoordinates().Intersect(ship.GetCoordinates()).Any());
 }