sweepline-intersections:使用扫掠线算法检测多边形或折线中的自相交的小模块
所需积分/C币: 35 浏览量·119 ZIP 977KB 2021-05-09 02:22:14 上传
扫掠线相交 使用扫掠线算法检测多边形和/或折线之间的交点的小型快速模块。 文献资料 安装 npm install sweepline-intersections 基本用途 有效输入:Geojson Feature或Geometry包括Polygon , LineString , MultiPolygon , MultiLineString以及FeatureCollection 。 返回交点的数组,例如[[x1,y1],[x2,y2]] const findIntersections = require ( 'sweepline-intersections' ) const box = { type : 'Polygon' , coordinates : [ [ [ 0 , 0 ] , [ 1 , 0 ] , [ 1 , 1 ] , [ 0 , 1 ] , [ 0 , 0
资源推荐
资源详情
资源评论
收起资源包目录























































共 46 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10

















资源评论


上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
已下载
下载帮助

看过该资源的人还看了
point-in-polygon:使用 Sweep Line 方法确定点是否在多边形内
mine-sweep:六边形扫雷游戏
计算几何扫描线算法sweep─line算法C++代码实现(CGAL实现的例子)
Sweep-The-Mine:移动响应扫雷克隆
sweep-ui:去中心化搜索扫描接口
sweep-or-die:扫雷器在 JavaScript、HTML 和 CSS 中的演绎
2d-polygon-self-intersections:在二维多边形中找到自交点
mark-sweep-algorithm:使用John McCarthy提出的标记清除算法实现一个简单的垃圾收集器
eth-sweep-tool:扫描从12个单词的助记符导入的所有以太坊地址余额-状态
plane-sweep-cuda:使用CUDA的C ++平面扫描
内容简介:sweepline-intersections-master.zip sweepline-intersections-master sweepline-intersections-master .gitignore .eslintrc package.json src LICENSE debug CHANGELOG.md FUNDING.yml rollup.config.js README.md .npmignore test
没有合适的资源?快使用搜索试试~ 我知道了~
安全验证
文档复制为VIP权益,开通VIP直接复制
