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