C#常用算法记录

三维两点之间距离:

d=sqrt(pow(xx)+pow(yy)+pow(zz))

原文地址:https://www.cnblogs.com/yiyanwei/p/12735730.html