OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setRestitutionOrthoAng
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java
328
public void
setRestitutionOrthoAng
(float restitutionOrthoAng) {
329
setRestitutionOrthoAng
(objectId, restitutionOrthoAng);
332
private native void
setRestitutionOrthoAng
(long objectId, float value);
514
setRestitutionOrthoAng
(restitutionOrthoAng);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java
246
public void
setRestitutionOrthoAng
(float restitutionOrthoAng) {
247
((SliderConstraint) constraint).
setRestitutionOrthoAng
(restitutionOrthoAng);
402
((SliderConstraint)constraint).
setRestitutionOrthoAng
(restitutionOrthoAng);
Completed in 24 milliseconds