Exemple #1
0
 public virtual bool IsIntersectWithShape(Shape shape)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public virtual bool IsIntersectWithShape(Shape shape)
 {
     return shape.IsIntersectWithShape(shape);
 }
Exemple #3
0
 public override bool IsIntersectWithShape(Shape shape)
 {
     throw new NotImplementedException();
 }