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