OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTargetLinMotorVelocity
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java
358
public float
getTargetLinMotorVelocity
() {
359
return
getTargetLinMotorVelocity
(objectId);
362
private native float
getTargetLinMotorVelocity
(long objectId);
450
capsule.write(
getTargetLinMotorVelocity
(), "targetLinMotorVelicoty", 0f);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java
266
public float
getTargetLinMotorVelocity
() {
267
return ((SliderConstraint) constraint).
getTargetLinMotorVelocity
();
338
capsule.write(((SliderConstraint) constraint).
getTargetLinMotorVelocity
(), "targetLinMotorVelicoty", 0f);
Completed in 2067 milliseconds