I'm using Box2D (jBox2D specifically) and I'm trying to do a tetris-like block collision (i.e. stopping just before they overlap each other so they seamlessly interlock)
What is the simplest method to determine the last position along a 'ray' before the shape intersects another? (i.e. determine what position the block should end up in if it travels in a specific direction so that it interlocks smoothly with other blocks) Box2D seems to provide generic raycasting functions but I cannot see how to do this easily with the functions provided.
(Note: In general a block game can be modelled as a grid, and this greatly simplifies collision/destination detection, since you don't have to rely on actual 2D/3D properties. However it is not possible to use a grid like this in my situation)
0.00001or something), and use that distance? – Blender Jun 12 '11 at 21:19