/*
Free and Open Source Code:
Anyone may copy, use, and redistribute the code contained herein without restriction implied or otherwise.
Limitation of Liability:
The author of this code can't be held liable for any results pursuant to the use of code whether expected or unexpected. Including any disputes arising from third parties about the usage by the user of the code; if by circumstance of dispute regarding proprietorship a lawsuit arises then the author of this code can't be held liable for any expenses or losses incurred by users of this code(royalties, etc arising from resolution of dispute).
*/
/*
Determine if oSource has the appropriate position and orientation relative to oTarget to backstab.
*/
int GetIsBehindBackstabTarget( object oSource, object oTarget, float fDeviation, float fDistance );