mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-05-10 22:24:50 +00:00
formatting
This commit is contained in:
parent
a3b2e2e655
commit
7164076747
@ -364,9 +364,9 @@ doExtraCheck()
|
|||||||
*/
|
*/
|
||||||
getConeDot(to, from, dir)
|
getConeDot(to, from, dir)
|
||||||
{
|
{
|
||||||
dirToTarget = VectorNormalize(to-from);
|
dirToTarget = VectorNormalize(to-from);
|
||||||
forward = AnglesToForward(dir);
|
forward = AnglesToForward(dir);
|
||||||
return vectordot(dirToTarget, forward);
|
return vectordot(dirToTarget, forward);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user