Exemplo n.º 1
0
 public double DistanceTo(Vector2D vV)
 {
     return this.Add(vV.Inv()).Length;
 }
Exemplo n.º 2
0
 public double AngleTo(Vector2D vV)
 {
     return this.Add(vV.Inv()).Angle;
 }