Exemple #1
0
 /// <summary>Gets the squared distance between this and the other position.</summary>
 public Distance GetDistance(IPoint other)
 {
     return(Distance.Between(this, other));
 }