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