HomeSort by relevance Sort by last modified time
    Searched defs:bounciness (Results 1 - 2 of 2) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
PhysicsComponent.java 190 final float bounciness = Math.min(getBounciness() + otherBounciness, 1.0f); local
191 final float coefficientOfRestitution = bounciness; // 0 = perfectly inelastic,
237 public void setBounciness(float bounciness) {
238 mBounciness = bounciness;
  /prebuilts/tools/common/m2/repository/com/facebook/rebound/rebound/0.3.8/
rebound-0.3.8.jar 

Completed in 51 milliseconds