Detect when two points will collide
by Kevin R. · in Torque X 2D · 08/25/2007 (7:46 am) · 0 replies
Given two points with angle and speed, what's the equation to calculate at which point the two points will intersect. I need to make a boolean function that will calculate this and return true if they will intersect, and false if not. Then handle false by adjusting the direction in which point two travels to accommodate an interception with point one.
About the author