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