Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/avp/
H A Dbh_ais.c1428 int ePoint1, ePoint2; in NPCGetMovementDirection() local
1433 ePoint1 = i; in NPCGetMovementDirection()
1436 edgeVector.vx = GMD_myPolyPoints[ePoint2].vx - GMD_myPolyPoints[ePoint1].vx; in NPCGetMovementDirection()
1438 edgeVector.vz = GMD_myPolyPoints[ePoint2].vz - GMD_myPolyPoints[ePoint1].vz; in NPCGetMovementDirection()
1456 … endPoint1.vx = endPoint1.vx - sbPtr->containingModule->m_world.vx - GMD_myPolyPoints[ePoint1].vx; in NPCGetMovementDirection()
1458 … endPoint1.vz = endPoint1.vz - sbPtr->containingModule->m_world.vz - GMD_myPolyPoints[ePoint1].vz; in NPCGetMovementDirection()
1462 … endPoint2.vx = endPoint2.vx - sbPtr->containingModule->m_world.vx - GMD_myPolyPoints[ePoint1].vx; in NPCGetMovementDirection()
1464 … endPoint2.vz = endPoint2.vz - sbPtr->containingModule->m_world.vz - GMD_myPolyPoints[ePoint1].vz; in NPCGetMovementDirection()