Beispiel #1
0
 public override Intersection Intersect(Geom other)
 {
     //return other.IntersectLine(this);
     return(null);
 }
Beispiel #2
0
 public override Intersection Intersect(Geom other)
 {
     return(other.IntersectBBox(this.bbox));
 }
Beispiel #3
0
 public abstract Intersection Intersect(Geom other);