Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

2D Collision Detection for Game Programmers: Focus on Point Collisions

Posted By: AlenMiler
2D Collision Detection for Game Programmers: Focus on Point Collisions

2D Collision Detection for Game Programmers: Focus on Point Collisions by Steven Vaerten
English | 9 Mar. 2018 | ISBN: 1980354979 | 334 Pages | AZW3/MOBI/EPUB/PDF (conv) | 17.6 MB

The series “2D Collision Detection for Game Programmers” is the definitive reference series for collision detection algorithms. In the first volume; “Focus on Point Collisions”, each of the three types of collisions will be defined: Static Collision, Semi-Dynamic Collision, and Dynamic Collision. The collision algorithms for points colliding with points, lines, horizontal lines, vertical lines, rays, segments, circles, ellipses, axis aligned bounding boxes (AABB), object oriented bounding boxes (OOBB), capsules, and polygons will be explored in detail. Each algorithm is complete with a clear diagram illustrating the collision, a descriptive list of steps that define the algorithm, and a Java implementation. This book is a must for any game programmers wanting to understand the details of collision detection.