Saturday, June 4, 2022

Collision Detection

Collision Detection

  1. 2D Polygon Collision Detection
  2. An article on polygon collision detection. Can be used to implement collision between sprites in a 2D game. The algorithm can also be extended to 3D.

  3. Separating Axis Theorem (SAT) Explanation
  4. Separating Axis Theorem (SAT) is a technique for calculating collisions between convex polygons.

  5. 2D Collision Detection System
  6. 2D collision detection system with VB.NET

  7. On Convex Polytopes, Collision Detection, and the Simplex Method
  8. This article is about collision detection for convex polytopes using the simplex method.

  9. My First Collision Algorithm
  10. The Collision algorithm presented in this article is only my approach. I think there are far more better ones on the web but this one is pretty simple and it puts you on the right way.

  11. Collision Finder
  12. A tool that finds refernced DLL version collisions.

  13. Interface Detection
  14. Detecting the presence of a member in a class

  15. Rapid Object Detection in .NET
  16. Rapid object detection without a third party library requirement in .NET

No comments:

Post a Comment