OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRestitutionLimAng
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java
250
public float
getRestitutionLimAng
() {
251
return
getRestitutionLimAng
(objectId);
254
private native float
getRestitutionLimAng
(long objectId);
437
capsule.write(
getRestitutionLimAng
(), "restitutionLimAng", 0f);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java
194
public float
getRestitutionLimAng
() {
195
return ((SliderConstraint) constraint).
getRestitutionLimAng
();
325
capsule.write(((SliderConstraint) constraint).
getRestitutionLimAng
(), "restitutionLimAng", 0f);
Completed in 760 milliseconds