其他分享
首页 > 其他分享> > 测试

测试

作者:互联网

创建老版的基准平面

函数:uf5374()

源码:

double dP1[3] = { 0.0,0.0,0.0 };
double dP2[3] = { 0.0,1.0,0.0 };
double dP3[3] = { 0.0,0.0,1.0 };
tag_t tagPlane;
uf5374(dP1, dP2, dP3, &tagPlane);

函数:UF_MODL_create_plane()

double dP1[3] = { 0.0,0.0,0.0 };
double dDir[3] = { 1.0,0.0,0.0 };
tag_t tagPlane;
UF_MODL_create_plane(dP1, dDir, &tagPlane);

 效果:

 

标签:1.0,dP1,0.0,tagPlane,tag,测试,double
来源: https://www.cnblogs.com/KMould/p/16185148.html