Searched refs:getRadius (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
H A DNestedBuildersTest.java70 assertEquals(4, wheel.getRadius());
85 assertEquals(5, wheel.getRadius());
146 assertEquals(2, vehicleBuilder.getWheel(0).getRadius());
160 assertEquals(2, vehicleBuilder.getWheel(0).getRadius());
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DBoundingSphere.java92 * <code>getRadius</code> returns the radius of the bounding sphere.
96 public float getRadius() { method in class:BoundingSphere
472 float temp_radius = sphere.getRadius();
517 float temp_radius = sphere.getRadius();
679 float rsum = getRadius() + bs.getRadius();
693 if (FastMath.abs(bb.center.x - center.x) < getRadius()
695 && FastMath.abs(bb.center.y - center.y) < getRadius()
697 && FastMath.abs(bb.center.z - center.z) < getRadius()
725 float radiusSquared = getRadius() * getRadiu
[all...]
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DSphereCollisionShape.java62 public float getRadius() { method in class:SphereCollisionShape
H A DCapsuleCollisionShape.java78 public float getRadius() { method in class:CapsuleCollisionShape
H A DConeCollisionShape.java43 public float getRadius() { method in class:ConeCollisionShape
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DAreaUtils.java74 float radius = (bound.getRadius() * screenWidth) / (distance * 2);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DSphereCollisionShape.java62 public float getRadius() { method in class:SphereCollisionShape
H A DCapsuleCollisionShape.java81 public float getRadius() { method in class:CapsuleCollisionShape
H A DConeCollisionShape.java45 public float getRadius() { method in class:ConeCollisionShape
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
H A DSmoothFilter.java43 public int getRadius() { method in class:SmoothFilter
H A DOptimizedErode.java44 public int getRadius() { method in class:OptimizedErode
/external/replicaisland/src/com/replica/replicaisland/
H A DDynamicCollisionComponent.java53 if (collision != null && mBoundingVolume.getRadius() > 0.0f) {
H A DSphereCollisionVolume.java71 public float getRadius() { method in class:SphereCollisionVolume
102 otherRadius = sphereOther.getRadius();
/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
H A DEmitterSphereShape.java96 public float getRadius() { method in class:EmitterSphereShape
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DPointLight.java95 public float getRadius() { method in class:PointLight
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsVehicle.java139 wheel.setVehicleId(vehicleId, addWheel(vehicleId, wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel()));
191 wheel.setVehicleId(vehicleId, addWheel(vehicleId, wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel()));
521 float radius = physicsVehicleWheel.getRadius();
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
H A DBIHTree.java436 bbox = new BoundingBox(bv.getCenter().clone(), sphere.getRadius(),
437 sphere.getRadius(),
438 sphere.getRadius());
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
H A DWireSphere.java157 updatePositions(bsph.getRadius());
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DVehicleControl.java112 VehicleWheel newWheel = control.addWheel(wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), wheel.isFrontWheel());
204 float radius = physicsVehicleWheel.getRadius();
H A DRigidBodyControl.java122 collisionShape = new SphereCollisionShape(((Sphere) mesh).getRadius());
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DUVCoordinatesGenerator.java228 float r = bs.getRadius();
388 public float getRadius() { method in class:UVCoordinatesGenerator.BoundingTube
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsVehicle.java134 wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel()));
504 float radius = physicsVehicleWheel.getRadius();
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DDome.java160 public float getRadius() { method in class:Dome
H A DPQTorus.java96 public float getRadius() { method in class:PQTorus
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
H A DArrayModifier.java151 float radius = ((BoundingSphere) boundingVolume).getRadius();

Completed in 778 milliseconds

12