Searched refs:otherBounciness (Results 1 – 1 of 1) sorted by relevance
171 float otherBounciness, Vector2 outputImpulse) { in resolveCollision() argument190 final float bounciness = Math.min(getBounciness() + otherBounciness, 1.0f); in resolveCollision()