OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRestitutionLimLin
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java
214
public float
getRestitutionLimLin
() {
215
return
getRestitutionLimLin
(objectId);
218
private native float
getRestitutionLimLin
(long objectId);
438
capsule.write(
getRestitutionLimLin
(), "restitutionLimLin", 0f);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java
170
public float
getRestitutionLimLin
() {
171
return ((SliderConstraint) constraint).
getRestitutionLimLin
();
326
capsule.write(((SliderConstraint) constraint).
getRestitutionLimLin
(), "restitutionLimLin", 0f);
Completed in 1230 milliseconds