欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

Matlab 画三维立体图形

Matlab 454 K 0 次下载

资源详细信息

文件格式
ZIP
文件大小
454 K
资源分类
上传者
发布时间
下载统计
0
所需积分
2 积分

Matlab 画三维立体图形 - 资源详细说明

Matlab 画三维立体图形

The aim of geom3d library is to handle and visualize 3D geometric primitives
such as points, lines, planes, polyhedra... It provides low-level functions
for manipulating 3D geometric primitives, making easier the development of more
complex geometric algorithms.   
 
Some features of the library are:
 
- creation of various shapes (3D points, 3D lines, planes, polyhedra...)
    through an intuitive syntax. 
    Ex: createPlane(p1, p2, p3) to create a plane through 3 points.  
 
- derivation of new shapes: intersection between 2 planes, intersection between
    a plane and a line, between a sphere and a line...
 
- functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces
    arrays (face array contain indices of vertices), and support faces with any
    number of vertices. Some basic models are provided (createOctaedron,
    createCubeoctaedron...), as well as some computation (like faceNormal or
    centroid)
    
- manipulation of planar transformation. Ex.:
    ROT = createRotationOx(THETA);
    P2  = transformPoint3d(P1, ROT);  
 
- direct drawing of shapes with specialized functions. Clipping is performed 
    automatically for infinite shapes such as lines or rays. Ex:
    drawPoint3d([50 50 25; 20 70 10], 'ro');    % draw some points
    drawLine3d([X0 Y0 Z0 DX DY DZ]);            % clip and draw straight line

Some functions require the geom2d package.
     
Additional help is provided in geom3d/Contents.m file, as well as summary files
    like 'points3d.m' or 'lines3d.m'.


立即下载 Matlab 画三维立体图形

提示:下载后请用压缩软件解压,推荐使用 WinRAR 或 7-Zip

下载说明与使用指南

下载说明

  • 本资源需消耗 2积分
  • 24小时内重复下载不扣分
  • 支持断点续传功能
  • 资源永久有效可用

使用说明

  • 下载后使用解压软件解压
  • 推荐使用 WinRAR 或 7-Zip
  • 如有密码请查看资源说明
  • 解压后即可正常使用

积分获取方式

  • 上传优质资源获得积分
  • 每日签到免费领取积分
  • 邀请好友注册获得奖励
  • 查看详情 →

相关技术标签

点击标签浏览更多相关Matlab资源:

相关Matlab资源推荐