Searched refs:readFloat (Results 1 - 25 of 114) sorted by relevance

12345

/external/webkit/Source/WebCore/svg/
H A DSVGPathByteStreamSource.cpp65 x = readFloat();
71 y = readFloat();
105 rx = readFloat();
106 ry = readFloat();
107 angle = readFloat();
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DSliderJoint.java462 float dampingDirAng = capsule.readFloat("dampingDirAng", 0f);
463 float dampingDirLin = capsule.readFloat("dampingDirLin", 0f);
464 float dampingLimAng = capsule.readFloat("dampingLimAng", 0f);
465 float dampingLimLin = capsule.readFloat("dampingLimLin", 0f);
466 float dampingOrthoAng = capsule.readFloat("dampingOrthoAng", 0f);
467 float dampingOrthoLin = capsule.readFloat("dampingOrthoLin", 0f);
468 float lowerAngLimit = capsule.readFloat("lowerAngLimit", 0f);
469 float lowerLinLimit = capsule.readFloat("lowerLinLimit", 0f);
470 float maxAngMotorForce = capsule.readFloat("maxAngMotorForce", 0f);
471 float maxLinMotorForce = capsule.readFloat("maxLinMotorForc
[all...]
H A DHingeJoint.java167 float lowerLimit = capsule.readFloat("lowerLimit", 1e30f);
168 float upperLimit = capsule.readFloat("upperLimit", -1e30f);
170 this.biasFactor = capsule.readFloat("biasFactor", 0.3f);
171 this.relaxationFactor = capsule.readFloat("relaxationFactor", 1f);
172 this.limitSoftness = capsule.readFloat("limitSoftness", 0.9f);
175 float targetVelocity = capsule.readFloat("targetVelocity", 0.0f);
176 float maxMotorImpulse = capsule.readFloat("maxMotorImpulse", 0.0f);
H A DSixDofJoint.java181 rotationalLimitMotor.setBounce(capsule.readFloat("rotMotor" + i + "_Bounce", 0.0f));
182 rotationalLimitMotor.setDamping(capsule.readFloat("rotMotor" + i + "_Damping", 1.0f));
183 rotationalLimitMotor.setERP(capsule.readFloat("rotMotor" + i + "_ERP", 0.5f));
184 rotationalLimitMotor.setHiLimit(capsule.readFloat("rotMotor" + i + "_HiLimit", Float.POSITIVE_INFINITY));
185 rotationalLimitMotor.setLimitSoftness(capsule.readFloat("rotMotor" + i + "_LimitSoftness", 0.5f));
186 rotationalLimitMotor.setLoLimit(capsule.readFloat("rotMotor" + i + "_LoLimit", Float.NEGATIVE_INFINITY));
187 rotationalLimitMotor.setMaxLimitForce(capsule.readFloat("rotMotor" + i + "_MaxLimitForce", 300.0f));
188 rotationalLimitMotor.setMaxMotorForce(capsule.readFloat("rotMotor" + i + "_MaxMotorForce", 0.1f));
189 rotationalLimitMotor.setTargetVelocity(capsule.readFloat("rotMotor" + i + "_TargetVelocity", 0));
193 getTranslationalLimitMotor().setDamping(capsule.readFloat("transMotor_Dampin
[all...]
H A DPoint2PointJoint.java115 setDamping(cap.readFloat("damping", 1.0f));
116 setDamping(cap.readFloat("tau", 0.3f));
117 setDamping(cap.readFloat("impulseClamp", 0f));
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DSliderJoint.java350 float dampingDirAng = capsule.readFloat("dampingDirAng", 0f);
351 float dampingDirLin = capsule.readFloat("dampingDirLin", 0f);
352 float dampingLimAng = capsule.readFloat("dampingLimAng", 0f);
353 float dampingLimLin = capsule.readFloat("dampingLimLin", 0f);
354 float dampingOrthoAng = capsule.readFloat("dampingOrthoAng", 0f);
355 float dampingOrthoLin = capsule.readFloat("dampingOrthoLin", 0f);
356 float lowerAngLimit = capsule.readFloat("lowerAngLimit", 0f);
357 float lowerLinLimit = capsule.readFloat("lowerLinLimit", 0f);
358 float maxAngMotorForce = capsule.readFloat("maxAngMotorForce", 0f);
359 float maxLinMotorForce = capsule.readFloat("maxLinMotorForc
[all...]
H A DHingeJoint.java135 float lowerLimit = capsule.readFloat("lowerLimit", 1e30f);
136 float upperLimit = capsule.readFloat("upperLimit", -1e30f);
138 this.biasFactor = capsule.readFloat("biasFactor", 0.3f);
139 this.relaxationFactor = capsule.readFloat("relaxationFactor", 1f);
140 this.limitSoftness = capsule.readFloat("limitSoftness", 0.9f);
143 float targetVelocity=capsule.readFloat("targetVelocity", 0.0f);
144 float maxMotorImpulse=capsule.readFloat("maxMotorImpulse", 0.0f);
H A DPoint2PointJoint.java103 setDamping(cap.readFloat("damping", 1.0f));
104 setDamping(cap.readFloat("tau", 0.3f));
105 setDamping(cap.readFloat("impulseClamp", 0f));
H A DSixDofJoint.java179 rotationalLimitMotor.setBounce(capsule.readFloat("rotMotor" + i + "_Bounce", 0.0f));
180 rotationalLimitMotor.setDamping(capsule.readFloat("rotMotor" + i + "_Damping", 1.0f));
181 rotationalLimitMotor.setERP(capsule.readFloat("rotMotor" + i + "_ERP", 0.5f));
182 rotationalLimitMotor.setHiLimit(capsule.readFloat("rotMotor" + i + "_HiLimit", Float.POSITIVE_INFINITY));
183 rotationalLimitMotor.setLimitSoftness(capsule.readFloat("rotMotor" + i + "_LimitSoftness", 0.5f));
184 rotationalLimitMotor.setLoLimit(capsule.readFloat("rotMotor" + i + "_LoLimit", Float.NEGATIVE_INFINITY));
185 rotationalLimitMotor.setMaxLimitForce(capsule.readFloat("rotMotor" + i + "_MaxLimitForce", 300.0f));
186 rotationalLimitMotor.setMaxMotorForce(capsule.readFloat("rotMotor" + i + "_MaxMotorForce", 0.1f));
187 rotationalLimitMotor.setTargetVelocity(capsule.readFloat("rotMotor" + i + "_TargetVelocity", 0));
191 getTranslationalLimitMotor().setDamping(capsule.readFloat("transMotor_Dampin
[all...]
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DConeCollisionShape.java58 radius = capsule.readFloat("radius", 0.5f);
59 radius = capsule.readFloat("height", 0.5f);
60 radius = capsule.readFloat("axis", 0.5f);
H A DCapsuleCollisionShape.java101 radius = capsule.readFloat("radius", 0.5f);
102 height = capsule.readFloat("height", 0.5f);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DConeCollisionShape.java60 radius = capsule.readFloat("radius", 0.5f);
61 radius = capsule.readFloat("height", 0.5f);
62 radius = capsule.readFloat("axis", 0.5f);
H A DCapsuleCollisionShape.java104 radius = capsule.readFloat("radius", 0.5f);
105 height = capsule.readFloat("height", 0.5f);
/external/guava/guava/src/com/google/common/io/
H A DByteArrayDataInput.java43 @Override float readFloat(); method in interface:ByteArrayDataInput
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DLowPassFilter.java91 volume = ic.readFloat("volume", 0);
92 highFreqVolume = ic.readFloat("hf_volume", 0);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java300 stepHeight = capsule.readFloat("stepHeight", 1.0f);
302 setGravity(capsule.readFloat("gravity", 9.8f * 3));
303 setMaxSlope(capsule.readFloat("maxSlope", 1.0f));
304 setFallSpeed(capsule.readFloat("fallSpeed", 55.0f));
305 setJumpSpeed(capsule.readFloat("jumpSpeed", 10.0f));
307 setCcdMotionThreshold(capsule.readFloat("ccdMotionThreshold", 0));
308 setCcdSweptSphereRadius(capsule.readFloat("ccdSweptSphereRadius", 0));
H A DVehicleWheel.java371 suspensionStiffness = capsule.readFloat("suspensionStiffness", 20.0f);
372 wheelsDampingRelaxation = capsule.readFloat("wheelsDampingRelaxation", 2.3f);
373 wheelsDampingCompression = capsule.readFloat("wheelsDampingCompression", 4.4f);
374 frictionSlip = capsule.readFloat("frictionSlip", 10.5f);
375 rollInfluence = capsule.readFloat("rollInfluence", 1.0f);
376 maxSuspensionTravelCm = capsule.readFloat("maxSuspensionTravelCm", 500f);
377 maxSuspensionForce = capsule.readFloat("maxSuspensionForce", 6000f);
378 radius = capsule.readFloat("wheelRadius", 0.5f);
379 restLength = capsule.readFloat("restLength", 1f);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java278 stepHeight = capsule.readFloat("stepHeight", 1.0f);
281 setGravity(capsule.readFloat("gravity", 9.8f * 3));
282 setMaxSlope(capsule.readFloat("maxSlope", 1.0f));
283 setFallSpeed(capsule.readFloat("fallSpeed", 55.0f));
284 setJumpSpeed(capsule.readFloat("jumpSpeed", 10.0f));
286 setCcdMotionThreshold(capsule.readFloat("ccdMotionThreshold", 0));
287 setCcdSweptSphereRadius(capsule.readFloat("ccdSweptSphereRadius", 0));
H A DVehicleWheel.java351 suspensionStiffness = capsule.readFloat("suspensionStiffness", 20.0f);
352 wheelsDampingRelaxation = capsule.readFloat("wheelsDampingRelaxation", 2.3f);
353 wheelsDampingCompression = capsule.readFloat("wheelsDampingCompression", 4.4f);
354 frictionSlip = capsule.readFloat("frictionSlip", 10.5f);
355 rollInfluence = capsule.readFloat("rollInfluence", 1.0f);
356 maxSuspensionTravelCm = capsule.readFloat("maxSuspensionTravelCm", 500f);
357 maxSuspensionForce = capsule.readFloat("maxSuspensionForce", 6000f);
358 radius = capsule.readFloat("wheelRadius", 0.5f);
359 restLength = capsule.readFloat("restLength", 1f);
/external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
H A DNewtonianParticleInfluencer.java138 normalVelocity = ic.readFloat("normalVelocity", 0.0f);
139 surfaceTangentFactor = ic.readFloat("surfaceTangentFactor", 0.0f);
140 surfaceTangentRotation = ic.readFloat("surfaceTangentRotation", 0.0f);
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DSpotLight.java207 spotInnerAngle = ic.readFloat("spotInnerAngle", FastMath.QUARTER_PI / 8);
208 spotOuterAngle = ic.readFloat("spotOuterAngle", FastMath.QUARTER_PI / 6);
211 spotRange = ic.readFloat("spotRange", 100);
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_Float_info.java74 m_value = bytes.readFloat ();
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
H A DWaterFilter.java350 speed = ic.readFloat("speed", 1f);
353 waterHeight = ic.readFloat("waterHeight", 0.0f);
358 waterTransparency = ic.readFloat("waterTransparency", 0.1f);
359 maxAmplitude = ic.readFloat("maxAmplitude", 1.5f);
360 shoreHardness = ic.readFloat("shoreHardness", 0.1f);
363 foamIntensity = ic.readFloat("foamIntensity", 0.5f);
364 foamHardness = ic.readFloat("foamHardness", 1.0f);
367 waveScale = ic.readFloat("waveScale", 0.005f);
369 sunScale = ic.readFloat("sunScale", 3.0f);
370 shininess = ic.readFloat("shinines
[all...]
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
H A DRadialBlurFilter.java153 sampleDist = ic.readFloat("sampleDist", 1.0f);
154 sampleStrength = ic.readFloat("sampleStrength", 2.2f);
/external/proguard/src/proguard/classfile/io/
H A DRuntimeDataInput.java92 public float readFloat() method in class:RuntimeDataInput
96 return dataInput.readFloat();

Completed in 343 milliseconds

12345