Recent content by kfour31

  1. K

    Simple circle circle collision detection

    thanks for showing interest, Let me explain, i am detecting collision between two moving circles, i know their X,Y, and radius. so in each frame i am checking this condition distance_between_circles <= sum_of_their_radii then collision occurs, when the circles are moving really...
  2. K

    Simple circle circle collision detection

    ya i need to detect 1. how far they are overlapping 2. and need to pull back the circles to the correct position(ie just touching each other, need to avoid overlap) thanx in advance
  3. K

    Simple circle circle collision detection

    hi all, I am testing the collision detection between two circle using classic the distance < sumRadius. now i need help to detect the penetration of circles and to resolve the penetration before collision reaction
Back
Top