-
在图形模式下显示3D图形绕任意轴旋转的程序,物体的每一个顶点的坐标都储存在外部变量point中了,比如说第一个顶点就是point[0],他的坐标是(point[...
在图形模式下显示3D图形绕任意轴旋转的程序,物体的每一个顶点的坐标都储存在外部变量point中了,比如说第一个顶点就是point[0],他的坐标是(point[0][0],point[0][1],point[0][2])。整个步骤我想在程序的注释中讲得很清楚了。-in graphic mode display 3D graphics rotating procedures objects each vertex of the coordinates are stored in the external variables which point, for instance, the first point is a vertex [0], the coordinates of (point [0] [0], [0] point [1] point [0] [2]). I think the whole process in the Notes procedures made very clear.
- 2022-02-12 17:14:49下载
- 积分:1
-
用C语言编写的动态演示C直线裁剪的源代码
用C语言编写的动态演示C直线裁剪的源代码-C language demonstration of dynamic linear cutting C source code
- 2023-01-11 06:45:03下载
- 积分:1
-
java实现的实时绘图器
java实现的实时绘图器-achieve real-time mapping device
- 2022-10-26 21:55:03下载
- 积分:1
-
AutoCAD ARX 自动裁切
AutoCAD ARX 自动裁切-ARX automatic cutters
- 2023-07-03 09:50:03下载
- 积分:1
-
画外接圆的C++代码
//计算外接圆半径
//输入参数:
// 三角形三点坐标(ddDot0,ddDot1,ddDot2)
//输出参数...
画外接圆的C++代码
//计算外接圆半径
//输入参数:
// 三角形三点坐标(ddDot0,ddDot1,ddDot2)
//输出参数
// 圆心坐标(ddCenter)
// 圆心半径(dRad)
//成功:返回值>0
//失败:返回值
- 2022-03-21 03:10:38下载
- 积分:1
-
OpenGL high
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-03-15 23:09:21下载
- 积分:1
-
加枫简易绘图器源代码
加枫简易绘图器源代码-Canadian Maple plotters simple source code
- 2022-03-07 11:51:05下载
- 积分:1
-
图形ActiveX控件,一个高效的动态曲线显示控件
图形ActiveX控件,一个高效的动态曲线显示控件-graphics ActiveX controls, a highly effective dynamic curve shows Controls
- 2022-01-24 14:42:27下载
- 积分:1
-
通常绘图画直线时没有箭头,这个是绘制箭头的方法
通常绘图画直线时没有箭头,这个是绘制箭头的方法-Drawing a straight line usually drawn without arrows, the arrows are drawn Ways
- 2022-09-26 05:40:03下载
- 积分:1
-
南方CASS软件中只能采用数据批量生成断面里程文件,而工作中往往需要对三角网进行修改以便更加符合实际地形。而CASS中没有根据三角网批量生成断面里程的功能,只能...
南方CASS软件中只能采用数据批量生成断面里程文件,而工作中往往需要对三角网进行修改以便更加符合实际地形。而CASS中没有根据三角网批量生成断面里程的功能,只能一条一条的切出来,工作量十分巨大。以小野的工作来看,在包含几十万个三角网的CAD图形中根据三角网单独切断面,每条断面里程文件的生成需要约十秒左右的时间,不仅工作量巨大,而且十分考验人的耐心和细致。终于,有一天小野忍受不了那个速度,就写下了这个小程序。因为仅是为了实际工作需要,所以没有花时间去做界面。经测试,125361个三角形构成的三角网运行时间约为5分08秒,而对应的根据数据批量生成里程文件约需57分钟。因此该算法效率较高,能很好的提高实际工作效率。-the South CASS software can only use the data generated batch file section mileage, but the work often requires modification of the triangular mesh in order to more realistic terrain. The CASS is not generated under the triangular cross-section volume function of mileage, only one one of the cut out, the workload is enormous. To Ono s work point of view, contains hundreds of thousands of triangulation, in accordance with the CAD graphic triangulation single cut surface of each section of the file generated mileage of about 10 seconds or so the need is not only a huge workload, but people are tested patience and meticulous. Finally, one day, Ono could not bear that speed, they wrote
- 2022-08-24 07:29:59下载
- 积分:1