OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRestitutionOrthoLin
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java
286
public float
getRestitutionOrthoLin
() {
287
return
getRestitutionOrthoLin
(objectId);
290
private native float
getRestitutionOrthoLin
(long objectId);
440
capsule.write(
getRestitutionOrthoLin
(), "restitutionOrthoLin", 0f);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java
218
public float
getRestitutionOrthoLin
() {
219
return ((SliderConstraint) constraint).
getRestitutionOrthoLin
();
328
capsule.write(((SliderConstraint) constraint).
getRestitutionOrthoLin
(), "restitutionOrthoLin", 0f);
Completed in 89 milliseconds