OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTargetAngMotorVelocity
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java
394
public float
getTargetAngMotorVelocity
() {
395
return
getTargetAngMotorVelocity
(objectId);
398
private native float
getTargetAngMotorVelocity
(long objectId);
449
capsule.write(
getTargetAngMotorVelocity
(), "targetAngMotorVelicoty", 0f);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java
290
public float
getTargetAngMotorVelocity
() {
291
return ((SliderConstraint) constraint).
getTargetAngMotorVelocity
();
337
capsule.write(((SliderConstraint) constraint).
getTargetAngMotorVelocity
(), "targetAngMotorVelicoty", 0f);
Completed in 239 milliseconds