DeltaYaw?
Blitz3D Forums/Blitz3D Beginners Area/DeltaYaw?| 
 | ||
| Can someone please tell me the formula I can use to get the exact same outcome as DeltaYaw(), the function from BlitzBasic? I want to simply learn how these 3 functions, DeltaPitch(), DeltaYaw(), & DeltaRoll() are made. Thank You. | 
| 
 | ||
| I think you can calculate an angle from an entity oriented in a direction to another entity oriented in another direction with the Dot product (vectors math) | 
| 
 | ||
| http://blitzbasic.com/Community/posts.php?topic=76602 | 
| 
 | ||
| Ah! Thanks alot, guys! :) |