上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 94 下一页
摘要: 简介 查找一个顶点的一层领域面 代码 include include // OpenMesh using namespace std; include include include typedef OpenMesh::TriMesh_ArrayKernelTMyMesh; int main() { 阅读全文
posted @ 2019-07-09 14:31 HDU李少帅 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 简介 查找一个顶点的一层领域边 代码一 这个代码使用了太多的auto,其实不利于阅读,代码二,把auto更改了。 include include // OpenMesh using namespace std; include include typedef OpenMesh::TriMesh_Ar 阅读全文
posted @ 2019-07-09 14:18 HDU李少帅 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 简介 在网格中查找这个点的领域节点。 代码 include include include using namespace std; typedef OpenMesh::TriMesh_ArrayKernelT MyMesh; int main() { MyMesh mesh; int m, n, 阅读全文
posted @ 2019-07-09 11:27 HDU李少帅 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 简介 如何使用 本地mysql 解析sql文件 方法 参考链接 "cnblogs" 看三.创建数据库 参考链接 "runoob" 看选择数据库 参考链接 "cnblogs" 看往mysql中导入SQL文件 阅读全文
posted @ 2019-07-08 19:51 HDU李少帅 阅读(533) 评论(0) 推荐(0) 编辑
摘要: 参考链接 "csdn" 阅读全文
posted @ 2019-07-08 19:23 HDU李少帅 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 简介 生成 圆锥 代码 // CreateCone.cpp: 定义控制台应用程序的入口点。 // include include include include include "AddPolygon.h" define pi 3.1415926 using namespace std; typed 阅读全文
posted @ 2019-07-07 10:20 HDU李少帅 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 举例 阅读全文
posted @ 2019-07-06 15:31 HDU李少帅 阅读(627) 评论(0) 推荐(0) 编辑
摘要: 简介 用到了上一个博客的,AddPolygon。 生成的是一个筒状物体。 代码 // CreateCylinder.cpp: 定义控制台应用程序的入口点。 // // include "stdafx.h" include include "AddPolygon.h" include include 阅读全文
posted @ 2019-07-05 15:29 HDU李少帅 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 简介 生成一个多边形网格的函数。 三角形面片判断法线方向 顺时针,表示平面方向向下?? 逆时针,表示平面方向向上?? 代码 // AddPolygon.cpp: 定义控制台应用程序的入口点。 // // include "stdafx.h" include include include inclu 阅读全文
posted @ 2019-07-05 14:42 HDU李少帅 阅读(472) 评论(0) 推荐(0) 编辑
摘要: 简介 生成一个平面矩形网格。 代码 // CreateGrid.cpp: 定义控制台应用程序的入口点。 // // include "stdafx.h" include include include include using namespace std; typedef OpenMesh::Tr 阅读全文
posted @ 2019-07-05 10:55 HDU李少帅 阅读(415) 评论(0) 推荐(0) 编辑
上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 94 下一页