Searched defs:newVelocity (Results 1 – 3 of 3) sorted by relevance
75 float newVelocity = oldVelocity + (directionalAcceleration * secondsDelta); in interpolate() local92 private boolean passedTarget(float oldVelocity, float newVelocity, float targetVelocity) { in passedTarget()
75 Vector2 newVelocity = vectorPool.allocate(currentVelocity); in update() local
179 Vector2 newVelocity = pool.allocate(parent.getPosition()); in receivedHit() local