コード例 #1
0
 public bool IsWithinChannel(Point2D point2D)
 {
     return(_channel.DoesBound(point2D));
 }
コード例 #2
0
 public bool IsWithinBermArea(Point2D point2D)
 {
     return(_berm.DoesBound(point2D));
 }