Re: [Algorithms] Moving Segment vs Moving Point Intersection (2D)
Brought to you by:
vexxed72
From: Dave M. <da...@ra...> - 2006-04-01 16:38:32
|
Jonathan Blow wrote: > test against the whole line. The point can only cross the line once > during the timestep (due to linearity). So if it crosses, then you find Small niggle: you get a quadratic equation in t not a linear one, right? There are cases where you get 2 crossings. |