Exemplo n.º 1
0
 public double GetDistanceToLine(Vector2D p, bool bounded)
 {
     return(Line2D.GetDistanceToLine(v1, v2, p, bounded));
 }