예제 #1
0
 public bool IsIntersectLine(Line line)
 {
     return line.DistanceTo(this.Center) <= this.Radius;
 }