how to create collision detector?
I have to made a form where I move the initial image icon around, very smoothly. My teacher said I have to use collision detector. So, somebody help me in how to create collision detector?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raj KumarPosted Apr 4, 2011, 4:07 AM
A couple of suggestions, both of which may require you to change the type of objects/controls to support what you are trying to do:
1) http://physicshelper.codeplex.com/ This supports collision detection
2) Google "Silverlight hittest" - you'll find lots of entries that MAY help you out.
3) There is a HitTest method for Stroke and StrokeCollection. Not sure if you can take advantage of them.
FroglegPosted Apr 4, 2011, 3:19 AM