[Physics] collisionPoint property for objects that have collided.

I couldn’t find anyone that has suggested this yet, but if it has all ready been suggested I apologize.

I think a property that has a readable of the (x,y) location of the point of collision between two objects.

I’ve wanted this and been able to code in a really simple version so that I can have impact particles in the appropriate area. But it simply isn’t “clean” enough.

Pretty sure that Box2d already has this so I wouldn’t think it would be hard to move over to corona. [import]uid: 30414 topic_id: 21742 reply_id: 321742[/import]

I think you can already get the x and y location of the objects. Are you talking about the x,y of the collision?

-David
[import]uid: 96411 topic_id: 21742 reply_id: 86342[/import]

You can get object location.
I did mean the x,y of the collision itself. [import]uid: 30414 topic_id: 21742 reply_id: 86344[/import]