public bool IsWithinChannel(Point2D point2D) { return(_channel.DoesBound(point2D)); }
public bool IsWithinBermArea(Point2D point2D) { return(_berm.DoesBound(point2D)); }