Collision Detect Help---A Circle with a Rectangle. |
EmilMatthew | I can't think out a good method to solve this problem,who can help me? |
Sion | Try looking at these pages:
- GameDev forum thread, [url]http://www.gamedev.net/community/forums/topic.asp?topic_id=91617[/url]
- Collision detection resources, [url]http://www.ams.sunysb.edu/~jklosow/quickcd/QCD_resources.html[/url]
- Lucky's VB Gaming Site - Collision tutorial, [url]http://www.rookscape.com/vbgaming/tutBU.php[/url]
- When all else fails - Google, [url]http://www.google.com/search?hl=en&lr=&ie=UTF-8&q=circle+rectangle+collision[/url]
The tutorial at Lucky's is probably the best one in your case.
Hope you can use the links [:)] |
EmilMatthew | Thank you ,I think I have found a way to solve this. |
Sion | Glad to hear that you're nearing a solution. I found another link that may be of value to you (and I can't believe I didn't find this before!): [url]http://www.vbgamer.com/msgboard/topic.asp?TOPIC_ID=207[/url]
EDIT: Yet another link: [url]http://www.persistentrealities.com/index.php?p=15[/url] (the first application) |