OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setBounce
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/
RotationalLimitMotor.java
152
public void
setBounce
(float bounce) {
153
setBounce
(motorId, bounce);
156
private native void
setBounce
(long motorId, float limitSoftness);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/motors/
RotationalLimitMotor.java
118
public void
setBounce
(float bounce) {
Completed in 70 milliseconds