Example #1
0
 private float calc_dist(Point p0, Point p1)
 {
     return((p0.ToVector2() - p1.ToVector2()).Length());
 }