OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCcdSquareMotionThreshold
(Results
1 - 6
of
6
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsGhostObject.java
275
public float
getCcdSquareMotionThreshold
() {
276
return
getCcdSquareMotionThreshold
(objectId);
279
private native float
getCcdSquareMotionThreshold
(long objectId);
PhysicsCharacter.java
265
public float
getCcdSquareMotionThreshold
() {
266
return
getCcdSquareMotionThreshold
(objectId);
269
private native float
getCcdSquareMotionThreshold
(long objectId);
PhysicsRigidBody.java
302
public float
getCcdSquareMotionThreshold
() {
303
return
getCcdSquareMotionThreshold
(objectId);
306
private native float
getCcdSquareMotionThreshold
(long objectId);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsCharacter.java
238
public float
getCcdSquareMotionThreshold
() {
239
return gObject.
getCcdSquareMotionThreshold
();
PhysicsGhostObject.java
260
public float
getCcdSquareMotionThreshold
() {
261
return gObject.
getCcdSquareMotionThreshold
();
PhysicsRigidBody.java
305
public float
getCcdSquareMotionThreshold
() {
306
return rBody.
getCcdSquareMotionThreshold
();
Completed in 139 milliseconds