コード例 #1
0
ファイル: BitWorldIndex.cs プロジェクト: formist/LinkMe
 public bool Overlaps(BitPointSet other)
 {
     return(_points.intersects(other._points));
 }