Exemplo n.º 1
0
 public double GetLength()
 {
     return(Line2D.GetLength(v2.x - v1.x, v2.y - v1.y));
 }
Exemplo n.º 2
0
 public float GetLength()
 {
     return(Line2D.GetLength(v2.x - v1.x, v2.y - v1.y));
 }