Пример #1
0
 public bool Intersects(Segment segment) => IntersectionUtils.Intersects(this, segment);
Пример #2
0
 public bool Intersects <T>(T edgedShape) where T : IEdgedShape => IntersectionUtils.Intersects(this, edgedShape);
Пример #3
0
 public bool Intersects(Circle circle) => IntersectionUtils.Intersects(this, circle);