VB.NET + Java – Collision Detection
I got a email asking how to do collision detection in Java. While i’m at it, I might as well review collision detection in VB.NET, that was used for the gravity example (http://bncapps.com/?p=91) Visual Basics .NET If Object1.IntersectsWith(Object2) Then ‘do whatever End If Object1 and Object2 can be anything from labels or shapes. [...]



