Recent content by HuePig

  1. H

    Finding the Collision Point of Two Objects Using Velocity and Position

    I have 2 objects: Obj1 have a Velocity of vel1 and position of (x1, y1) Obj2 have a Velocity of vel2 and position of (x2, y2) Using time = distance / velocity knowing that they will collide.. can I assume distance1 / vel1 = distance2 / vel2 ? distance formula = sqrt((x - x1^2) + (y - y1^2)) Can...
Back
Top