CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - polygon triangulation

搜索资源列表

  1. Convex

    1下载:
  2. 此代码用来求解建立点的凸闭包多边形,采用凸闭包插入算法建立Delaunay三角网可以用到或参考。-this code to solve the establishment point of closure convex polygon, using convex closure insertion algorithm to establish Delaunay triangulation can be used as reference.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.84kb
    • 提供者:hlzhangrui
  1. Tri_Polygon

    0下载:
  2. 这是一个用vc实现的对多边形进行三角剖分的程序。里面的数据结构设计的比较好。可以作为参考。-This is a realization of the use vc right polygon triangulation process. Inside the data structure designed better. Can be used as reference.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:47.13kb
    • 提供者:张永波
  1. ConstructTriangleWithInnerIsland

    0下载:
  2. 在ArcGIS环境下,在一个带岛的多边形内部构建Deloney三角网-in ArcGIS environment, in a belt of the island within the polygon Construction Deloney triangulation
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:2.4kb
    • 提供者:翔哲佐
  1. 20104226553336

    0下载:
  2. 1.加入控制器(在文件UPhysics2DControllers中),可实现浮力、风力、万有引力场、爆炸、阻尼等效果。其中的风力与爆炸效果是原C++版本中所没有的。大家还有什么新奇的想法可以联系我,为box2D Delphi加入更多的控制器,实现更多的物理效果。 2.添加了单元UPhysics2DPolygonTool,实现任意多边形的细分化(三角化)。可使box2D支持任意边数的多边形和凹多边形物体。目前这部分的demo还未完成,一位外国朋友正在制作。-1. Join the contr
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:501.56kb
    • 提供者:王游
  1. Delaunay----VB

    0下载:
  2. tin三角网的构造 tin是使用不规则多边形拟和地球表面或者其他不规则表面,是构造数字地面模型,数字高程模型的基本方法之一-tin structure of triangulation is the use of tin to be irregular polygon and the Earth s surface or other irregular surfaces, is constructed digital terrain model, digital elevation mode
  3. 所属分类:GIS program

    • 发布日期:2017-04-08
    • 文件大小:18.9kb
    • 提供者:王五
  1. hgrd_src_zdhdhth

    0下载:
  2. 所属分类:Graph program

    • 发布日期:2017-04-29
    • 文件大小:26.39kb
    • 提供者:srhg
  1. TrianglePro

    0下载:
  2. 输入n个点 判断是否能形成凸多边形 并给出三角划分-Enter the n points to determine whether to form a convex polygon and give triangulation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-27
    • 文件大小:223.72kb
    • 提供者:ma
  1. cutpoly

    0下载:
  2. 凸多边形的最优三角剖分的vc++实现。输入:逆时针输入凸多边形P的顶点序列p1,p2…pn. 输出:P的三角剖分序列p1p2pi,p2pipj,…,plpn-1pn及三角剖分后的最优权值之和 -Optimal convex polygon triangulation of vc++ to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:525.58kb
    • 提供者:xiaomei
  1. voronoi

    4下载:
  2. 根据数据构建三角网,然后由所构建的三角网生成泰森多边形,文件打开后需等待1分多钟的处理时间。-Construction of the data triangulation, and then built by the generation of Thiessen Polygon Triangulation, documents waiting to be opened after 1 minute of processing time.
  3. 所属分类:GIS program

    • 发布日期:2016-08-04
    • 文件大小:4.42mb
    • 提供者:叶樱
  1. triangulation

    0下载:
  2. 动态规划实现对多边形的三角剖分,顺时针定义各个顶点值实现最优剖分。-Dynamic program to achieve triangulation of the polygon.Clockwise to definit the value of each vertex achieve the optimal split.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:179.67kb
    • 提供者:孙雅宏
  1. TIN_Voronoi

    0下载:
  2. Delualy 三角网 同时生成Vionoi多边形-Delualy also generate Vionoi polygon triangulation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:81.26kb
    • 提供者:joe
  1. wykobi_dot_net

    0下载:
  2. 实现多边形的凸包运算,且能顺利进行多边形三角划分,还有各种其他多边形计算几何之间的处理-Operation to achieve the convex hull of polygons, and can smooth the polygon triangulation, computational geometry and various other polygon processing between
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:190.17kb
    • 提供者:luheng
  1. InPolygon

    0下载:
  2. 在三角剖分种去掉内环,需要判断点、线段、三角形与多变形的关系。这个模块提供这样的功能。-Species in the triangulation to remove the inner ring, you need to determine the point, line, triangle and polygon of relationships. This module provides this functionality.
  3. 所属分类:Fractal program

    • 发布日期:2017-04-03
    • 文件大小:39.88kb
    • 提供者:zhou zhengzhi
  1. Delaunay

    0下载:
  2. 简单多边形的三角剖分,在计算机图形学及地学问题三维重建领域有着广泛的应用.根据简单多边形的定义和三角剖分原则,提出了一种简单多边形三角剖分的算法,该算法通过判断某顶点和基边之间的位置来实现对简单多边形的三角剖分算法实现简单容易理解适用于任意简单多边形的三角剖分-Triangulation of simple polygon in computer graphics and three-dimensional reconstruction to study the problem has wide
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1.85mb
    • 提供者:LJY
  1. concaveShapes

    0下载:
  2. 基于BOX2D物理引擎实用性很强的任意多边形三角化程序-BOX2D physics engine based on very practical program of any of the polygon triangulation
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:288.89kb
    • 提供者:蒋金
  1. bc_Delaunay

    0下载:
  2. 多边形三角形剖分 图形处理 C实现 多边形三角形剖分 图形处理 C实现-Polygon triangulation polygon graphics to achieve triangulation C C implementation of graphics
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2.72mb
    • 提供者:王冰澈
  1. 333

    0下载:
  2. 求凸多边形最优三角剖分。用动态规划问题有效解决该问题。多边形是平面上一条分段线形封闭曲线。-Optimal convex polygon triangulation. Dynamic programming problem with an effective solution to the problem. Sub-polygon is a plane closed curve linear.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:78.26kb
    • 提供者:王海颖081
  1. Polygon--Triangulation

    0下载:
  2. Polygon Triangulation details and algorithms
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:125.71kb
    • 提供者:salah
  1. xlib_grf

    0下载:
  2. Fast Polygon Triangulation based on Seidel s Algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:144.54kb
    • 提供者:Eidos
搜珍网 www.dssz.com