Searched defs:setLimit (Results 1 - 9 of 9) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DConeJoint.java85 public void setLimit(float swingSpan1, float swingSpan2, float twistSpan) { method in class:ConeJoint
89 setLimit(objectId, swingSpan1, swingSpan2, twistSpan);
92 private native void setLimit(long objectId, float swingSpan1, float swingSpan2, float twistSpan); method in class:ConeJoint
131 setLimit(objectId, swingSpan1, swingSpan2, twistSpan);
H A DHingeJoint.java100 public void setLimit(float low, float high) { method in class:HingeJoint
101 setLimit(objectId, low, high);
104 private native void setLimit(long objectId, float low, float high); method in class:HingeJoint
106 public void setLimit(float low, float high, float _softness, float _biasFactor, float _relaxationFactor) { method in class:HingeJoint
110 setLimit(objectId, low, high, _softness, _biasFactor, _relaxationFactor);
113 private native void setLimit(long objectId, float low, float high, float _softness, float _biasFactor, float _relaxationFactor); method in class:HingeJoint
180 setLimit(lowerLimit, upperLimit, limitSoftness, biasFactor, relaxationFactor);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DConeJoint.java86 public void setLimit(float swingSpan1, float swingSpan2, float twistSpan) { method in class:ConeJoint
90 ((ConeTwistConstraint) constraint).setLimit(swingSpan1, swingSpan2, twistSpan);
135 ((ConeTwistConstraint) constraint).setLimit(swingSpan1, swingSpan2, twistSpan);
H A DHingeJoint.java80 public void setLimit(float low, float high) { method in class:HingeJoint
81 ((HingeConstraint) constraint).setLimit(low, high);
84 public void setLimit(float low, float high, float _softness, float _biasFactor, float _relaxationFactor) { method in class:HingeJoint
88 ((HingeConstraint) constraint).setLimit(low, high, _softness, _biasFactor, _relaxationFactor);
148 ((HingeConstraint) constraint).setLimit(lowerLimit, upperLimit, limitSoftness, biasFactor, relaxationFactor);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DRay.java456 * <code>setLimit</code> sets the limit of the ray.
460 public void setLimit(float limit) { method in class:Ray
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 304 milliseconds