Function AILerp.CalculateNextPosition

CalculateNextPosition (out Vector3 direction, float deltaTime)

Calculate the AI's next position (one frame in the future).

Protected
Vector3 CalculateNextPosition (

out Vector3

direction

The tangent of the segment the AI is currently traversing. Not normalized.

float

deltaTime

The time to simulate into the future.

)

Calculate the AI's next position (one frame in the future).