public bool IsBehindObject(C_WoWObject obj)
 {
     return(WoWMathHelper.IsBehind(Location, obj.Location, obj.Rotation, 3.141593f));
 }