Home
last modified time | relevance | path

Searched refs:lastVelocityDirection (Results 1 – 1 of 1) sorted by relevance

/dports/games/avp/avp-20170505/src/avp/
H A Dbh_ais.c1804 VECTORCH lastVelocityDirection; in NPC_FindAIWanderTarget() local
1826 lastVelocityDirection = moveData->lastVelocity; in NPC_FindAIWanderTarget()
1827 Normalise(&lastVelocityDirection); in NPC_FindAIWanderTarget()
1864 … thisEpDot = DotProduct(&thisEpDirection,&lastVelocityDirection); in NPC_FindAIWanderTarget()
2710 VECTORCH lastVelocityDirection; in NearNPC_GetTargetAIModuleForRetreat() local
2720 lastVelocityDirection = moveData->lastVelocity; in NearNPC_GetTargetAIModuleForRetreat()
2721 Normalise(&lastVelocityDirection); in NearNPC_GetTargetAIModuleForRetreat()
2758 … thisEpDot = DotProduct(&thisEpDirection,&lastVelocityDirection); in NearNPC_GetTargetAIModuleForRetreat()