Ejemplo n.º 1
0
 public bool Overlaps(BitPointSet other)
 {
     return(_points.intersects(other._points));
 }