Tips for OpenMesh

OpenMesh

求两点之间的距离

MyMesh::Point p1(1,2,3);
MyMesh::Point p2(1,2,5);
double d=(p1-p2).length();
posted @ 2015-03-30 11:12  VVingerfly  阅读(265)  评论(0编辑  收藏  举报