Collision Detection:使用改进的Bresenham线描算法的碰撞检测 源码

上传:qqdeliver83660 浏览: 13 推荐: 0 文件:ZIP 大小:8.53MB 上传时间:2021-05-11 16:26:09 版权申诉
项目2 使用改进的Bresenham线描算法的碰撞检测 实现基于Breshenham中点的线算法的修改版本,以加速部分碰撞检测计算。 使用openGL扩展上述算法以测试圆盘矩形相交,以直观地演示这一点。
上传资源
用户评论
相关推荐
碰撞检测collision detection
This C library handles 2-dimensional bounding box collision detection. It is optimized to scale well
GZ
1.7MB
2020-07-17 12:34
实时碰撞检测Realtime collision detection
实时碰撞检测Real-timecollisiondetection非常经典的碰撞研究书目,搞空间图形的都值得一看!
PDF
0B
2020-05-31 16:46
collision detection.pdf碰撞检测
EfficientCollisionDetectionUsingBoundingVolumeHierarchiesofk-DOPs碰撞检测,很好的文档,对新手是很好的帮助。
ZIP
0B
2019-07-06 09:19
elm collision detection榆木碰撞检测源码
榆树碰撞检测 该Elm库提供了Quadtree空间分区数据结构,可在2D系统上进行有效的冲突检测。 概述 假设有六个对象,并且您想检测碰撞。 在检查所有可能组合的简单方法上,它需要检查6C2 = 15
ZIP
5.41MB
2021-05-11 16:26
Collision.Detection..Algorithms.and.Applications碰撞检测
碰撞检测的文章写的不错。
PDF
0B
2019-10-06 06:02
实时碰撞检测算法技术real time collision detection
实时碰撞检测算法技术 real time collision detection
7Z
0B
2018-12-09 04:36
collision detection
使用八叉树实现的三维空间碰撞检测collisiondetection
RAR
0B
2019-07-06 09:19
RealTime Collision Detection实时碰撞检测算法技术英文原版
Writtenbyanexpertinthegameindustry,ChristerEricson'snewbookisacomprehensiveguidetothecomponentsofeff
PDF
0B
2020-03-02 05:50
RealTime Collision Detection
关于实时碰撞检测算法的讲解说明。Chapter1IntroductionChapter2CollisionDetectionDesignIssuesChapter3AMathandGeometr
PDF
0B
2020-03-05 01:50
Optimized Collision Detection
碰撞检测,包含执行程序与C++源码。Optimized Collision Detection。It is similar to popular packages such as SOLID or R
ZIP
2.81MB
2020-07-30 09:21
matlab编写改进中点bresenham算法
matlab编写的改进中点bresenham算法 可画任意象限任意斜率的直线
NONE
0B
2018-12-25 14:56
Bullet Continuous Collision Detection
最流行的物理引擎Bullet的碰撞检测技术文档,采用了GJK算法,非常值得学习
PDF
0B
2019-09-19 07:13
Real Time Collision Detection
1 Introduction 1.1 Contents Overview 1.2 About the Code2 Collision Detection Design Issues 2.1 Colli
PDF
3MB
2020-07-30 09:21
Bresenham算法画任意斜率线
voidBresenham(intx0,inty0,intx1,inty1){intdx,dy,d,up,down,x,y;if(x0>x1){x=x1;x1=x0;x0=x;y=y1;y1=y0;y
TXT
0B
2019-07-18 23:17
Real_Time Collision Detection
ChristerEricson“Real-TimeCollisionDetection"MorganKaufmann|ISBN:1558607323|PDF|
PDF
0B
2019-07-09 12:08