OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRestitution
(Results
1 - 6
of
6
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/
TranslationalLimitMotor.java
118
public float
getRestitution
() {
119
return
getRestitution
(motorId);
122
private native float
getRestitution
(long motorId);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/motors/
TranslationalLimitMotor.java
93
public float
getRestitution
() {
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
RigidBodyControl.java
81
control.setRestitution(
getRestitution
());
VehicleControl.java
101
control.setRestitution(
getRestitution
());
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsRigidBody.java
415
public float
getRestitution
() {
416
return
getRestitution
(objectId);
419
private native float
getRestitution
(long objectId);
710
capsule.write(
getRestitution
(), "restitution", 0);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsRigidBody.java
394
public float
getRestitution
() {
395
return rBody.
getRestitution
();
661
capsule.write(
getRestitution
(), "restitution", 0);
Completed in 65 milliseconds