OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCcdMotionThreshold
(Results
1 - 10
of
10
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsGhostObject.java
269
public float
getCcdMotionThreshold
() {
270
return
getCcdMotionThreshold
(objectId);
273
private native float
getCcdMotionThreshold
(long objectId);
287
capsule.write(
getCcdMotionThreshold
(), "ccdMotionThreshold", 0);
PhysicsCharacter.java
259
public float
getCcdMotionThreshold
() {
260
return
getCcdMotionThreshold
(objectId);
263
private native float
getCcdMotionThreshold
(long objectId);
291
capsule.write(
getCcdMotionThreshold
(), "ccdMotionThreshold", 0);
PhysicsRigidBody.java
296
public float
getCcdMotionThreshold
() {
297
return
getCcdMotionThreshold
(objectId);
300
private native float
getCcdMotionThreshold
(long objectId);
719
capsule.write(
getCcdMotionThreshold
(), "ccdMotionThreshold", 0);
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
CharacterControl.java
65
control.setCcdMotionThreshold(
getCcdMotionThreshold
());
GhostControl.java
71
control.setCcdMotionThreshold(
getCcdMotionThreshold
());
RigidBodyControl.java
69
control.setCcdMotionThreshold(
getCcdMotionThreshold
());
VehicleControl.java
89
control.setCcdMotionThreshold(
getCcdMotionThreshold
());
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsCharacter.java
234
public float
getCcdMotionThreshold
() {
235
return gObject.
getCcdMotionThreshold
();
269
capsule.write(
getCcdMotionThreshold
(), "ccdMotionThreshold", 0);
PhysicsGhostObject.java
256
public float
getCcdMotionThreshold
() {
257
return gObject.
getCcdMotionThreshold
();
270
capsule.write(
getCcdMotionThreshold
(), "ccdMotionThreshold", 0);
PhysicsRigidBody.java
301
public float
getCcdMotionThreshold
() {
302
return rBody.
getCcdMotionThreshold
();
670
capsule.write(
getCcdMotionThreshold
(), "ccdMotionThreshold", 0);
Completed in 448 milliseconds