Re: [Algorithms] Target leading
Brought to you by:
vexxed72
|
From: Timur D. <ti...@cr...> - 2001-08-25 11:08:25
|
I think you can recalculate intersection point for every tick, so when target change velocity vector or acceleration, you recalc new intersection point and adjust direction of projectile accordinally, this would look more or less like homing missle. regards. --------------------- -Timur Davidenko ti...@cr... ----- Original Message ----- From: "Douglas Cox" <zi...@ho...> To: <gda...@li...> Sent: Friday, August 24, 2001 11:23 PM Subject: [Algorithms] Target leading > Given a target moving with a constant (linear) velocity and an object firing > a projectile with a constant speed, I've managed to calculate the > intersection point. However a target with a constant angular velocity (say > flying in a tight circle) throws the leading off completely. > > So, can anyone suggest better methods for performing target > leading/prediction? I know there is plenty of research on this, but most of > what I found on google/etc looked a little excessive -- or maybe that's just > from my lack of understanding it all. > > Thanks, > -doug > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > _______________________________________________ > GDAlgorithms-list mailing list > GDA...@li... > http://lists.sourceforge.net/lists/listinfo/gdalgorithms-list > |