OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getbounciness
(Results
1 - 1
of
1
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
PhysicsComponent.java
146
final float coefficientOfRestitution =
getBounciness
(); // 0 = perfectly inelastic,
190
final float bounciness = Math.min(
getBounciness
() + otherBounciness, 1.0f);
233
public float
getBounciness
() {
Completed in 30 milliseconds