public double GetDistanceToLineSq(Vector2D p, bool bounded) { return(Line2D.GetDistanceToLineSq(v1, v2, p, bounded)); }