OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRestitutionOrthoAng
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java
322
public float
getRestitutionOrthoAng
() {
323
return
getRestitutionOrthoAng
(objectId);
326
private native float
getRestitutionOrthoAng
(long objectId);
439
capsule.write(
getRestitutionOrthoAng
(), "restitutionOrthoAng", 0f);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java
242
public float
getRestitutionOrthoAng
() {
243
return ((SliderConstraint) constraint).
getRestitutionOrthoAng
();
327
capsule.write(((SliderConstraint) constraint).
getRestitutionOrthoAng
(), "restitutionOrthoAng", 0f);
Completed in 27 milliseconds