Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DPhysicsComponent.java171 float otherBounciness, Vector2 outputImpulse) { in resolveCollision() argument
190 final float bounciness = Math.min(getBounciness() + otherBounciness, 1.0f); in resolveCollision()