Tagged Questions

1
vote
2answers
74 views

Bounding ellipse

I have been given an assignement for a graphics module, one part of which is to calculate the minimum bounding ellipse of a set of arbitrary shapes. The ellipse doesn't have to be …
3
votes
5answers
523 views

Basic pathfinding with obstacle avoidance in a continuous 2D space

I'm writing a simulation in which a creature object should be able to move towards some other arbitrary object in the environment, sliding around obstacles rather than doing any in …
5
votes
8answers
346 views

Broad-phase collision detection methods?

I'm building a 2D physics engine and i want to add broad-phase collision detection, though i only know of 2 or 3 types: Check everything against everytihng else (O(n^2) complexi …
5
votes
5answers
4k views

Circle-Rectangle collision detection (intersection)

How can I tell whether a circle and a rectangle intersect in 2D Euclidean space? (i.e. classic 2D geometry)
1
vote
5answers
234 views

Bounding box collision handling - not detection

I had this working a week ago, but then I ended up breaking it. I can't get it working again. I have some 2D sprites, they're just rectangles. No rotation involved. I'm not looking …
0
votes
1answer
294 views

hitTestObject collision detection not working in as3!

I am trying to create a platformer game and i am trying to make "player1" stop when it hits a "platform". here is my code so far, gotoAndStop("gameStart"); import flash.displ …
3
votes
2answers
63 views

Polygon Intersection fails, collision “size” too big

OK, so I'm trying to make a simple asteroids clone. Everything works fine, except for the collision detection. I have two different versions, the first one uses java.awt.geom.Area …
0
votes
1answer
91 views

Collision Detection in iPhone SDK: Inaccurate CGRectIntersectsRect

When there are two objects going to collide, I check them with CGRectIntersectsRect. However, before it returns me with YES (they collide), they are already overlapped. Is there an …
1
vote
3answers
150 views

Circle-Rectangle collision detection finished exampe

Hi I need a algorithm for detecting if a circle has hit a square, and I saw this post: Circle-Rectangle collision detection (intersection) It looks like I should go for Shreevats …
0
votes
2answers
85 views

Can anyone help with the collision detect for my platformer? (Actionscript 3.0)

Im currently working on making a flash platformer engine...but my collision detect needs some serious help. Whenever my character 'jumps', and lands on the collision object, he goe …
7
votes
10answers
1k views

Circle line collision detection

I have a line from A to B and a circle positioned at C with the radius R. This is in two dimensions. Which is a good algorithm to use to check whether the line intersects the circ …
1
vote
1answer
52 views

Show bounding box of UIImageView in UIView

I have written a class extending UIImageView in order to allow me dynamically generate bricks on screen. The brick is a 20x10 PNG. Here is my codes: - (id) initBrick:(NSInteger * …
0
votes
4answers
91 views

iPhone Pong Collision Detection

I have an issue where if the ball hits the paddle just right, it gets locked inside and can't be released. It happens sometimes on the player paddle, but since you have control of …
0
votes
2answers
147 views

Ball and brick collision handling

I have made the game, "Breakout". A small fun side-project. Now, I usually do not make games, so collision-handling is not something I normally think about. I have a paddle, a ba …
0
votes
5answers
174 views

CRC32 Collision

I am trying to find a collision between two messages that will lead to the same CRC hash. Considering I am using CRC32, is there any way I can shorten the list of possible messages …

1 2 3 4 5 next
15 30 50 per page