Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/avp/
H A Dbh_ais.c732 int accelerationThisFrame,deltaVMag,dotProduct; in NPCSetVelocity() local
756 accelerationThisFrame=movementData->acceleration; in NPCSetVelocity()
766 accelerationThisFrame=marineStatusPointer->acceleration; in NPCSetVelocity()
771 accelerationThisFrame=movementData->acceleration; in NPCSetVelocity()
791 accelerationThisFrame=MUL_FIXED(accelerationThisFrame,NormalFrameTime); in NPCSetVelocity()
822 if (deltaVMag<=accelerationThisFrame) { in NPCSetVelocity()
851 deltaV.vx=MUL_FIXED(deltaV.vx,accelerationThisFrame); in NPCSetVelocity()
852 deltaV.vy=MUL_FIXED(deltaV.vy,accelerationThisFrame); in NPCSetVelocity()
853 deltaV.vz=MUL_FIXED(deltaV.vz,accelerationThisFrame); in NPCSetVelocity()