Home
last modified time | relevance | path

Searched defs:newVelocity (Results 1 – 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DInterpolator.java75 float newVelocity = oldVelocity + (directionalAcceleration * secondsDelta); in interpolate() local
92 private boolean passedTarget(float oldVelocity, float newVelocity, float targetVelocity) { in passedTarget()
DPhysicsComponent.java75 Vector2 newVelocity = vectorPool.allocate(currentVelocity); in update() local
DHitReactionComponent.java179 Vector2 newVelocity = pool.allocate(parent.getPosition()); in receivedHit() local