collision-detection
Detect overlapping of rectangular prisms
Given a 3D coordinate system and rectangular prisms with a non-negative starting point and a non-negative size (e.g. starts at (0, 2, 5) and has a size of (9, 20, 5)): how can I best check if another[详细]
2023-03-06 05:30 分类:问答Problem with collision images, collision before touch
Hi everyone I\'m french so scuse me for my english.My problem is the following: I have an image in the center of the screen called viewToRotate, then I have an image called flakeView that is created o[详细]
2023-03-06 05:06 分类:问答Testing collision of car object with respect to the world coordinates
I am doing an opengl C++ car parking game. I want to test collision of my car object I ve 10 end vertices of the car with respect to the world coordinates. And ve stored them separately in two arrays[详细]
2023-03-06 02:44 分类:问答How can I get my collision to be more solid?
I\'m working on a game in C# with XNA and I\'ve been learning program in C# thanks to Nick Gravelyn\'s tutorials, but I\'ve hit a snag. While I\'m using Nick\'s collision system, I\'m not using his pl[详细]
2023-03-06 02:36 分类:问答xcode two images intersects before they actually touch [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: problem with collision of two images[详细]
2023-03-05 09:15 分类:问答Collision detection of 2 lines in java (Android)
Very simple question. How do you achieve collision detection with lines drawn in Java? Just lines. No rectangles, circles or images, bitmaps.. just lines.[详细]
2023-03-05 03:55 分类:问答Detecting div collision?
This is what I am doing right now: <!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">[详细]
2023-03-04 16:52 分类:问答problem with collision of two images
Well here is my problem: I have two images : flakeImage and ViewToRotate. What I want is that if flakeImage touches ViewToRotate, ViewToRotate.alpha=0.5; but when FlakeImage appears on the screen View[详细]
2023-03-04 06:28 分类:问答How to simulate the collision of two sticks, like you see in Angry Birds?
The angry birds buildings seem to be composed of rigid sticks that collide and fall. I sure would like to know how to do that. I don\'t mind writing original code but surely someone has figured this o[详细]
2023-03-04 03:13 分类:问答Memory counter - Collision Detection Project
I thought I would ask the experts - see if you can help me :o) My son has written C++ code for Collision Detection using Brute Force and Octree algorithms.[详细]
2023-03-03 23:41 分类:问答