OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRestitutionDirLin
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java
142
public float
getRestitutionDirLin
() {
143
return
getRestitutionDirLin
(objectId);
146
private native float
getRestitutionDirLin
(long objectId);
436
capsule.write(
getRestitutionDirLin
(), "restitutionDirLin", 0f);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java
122
public float
getRestitutionDirLin
() {
123
return ((SliderConstraint) constraint).
getRestitutionDirLin
();
324
capsule.write(((SliderConstraint) constraint).
getRestitutionDirLin
(), "restitutionDirLin", 0f);
Completed in 77 milliseconds