public override Intersection Intersect(Geom other) { //return other.IntersectLine(this); return(null); }
public override Intersection Intersect(Geom other) { return(other.IntersectBBox(this.bbox)); }
public abstract Intersection Intersect(Geom other);