Exemplo n.º 1
0
 private void setSides()
 {
     SideOne   = Math.Abs(PointOne.dist(PointTwo));
     SideTwo   = Math.Abs(PointOne.dist(PointThree));
     SideThree = Math.Abs(PointThree.dist(PointTwo));
 }