HomeSort by relevance Sort by last modified time
    Searched defs:getRadius (Results 1 - 25 of 27) sorted by null

1 2

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
ConeCollisionShape.java 43 public float getRadius() {
SphereCollisionShape.java 62 public float getRadius() {
CapsuleCollisionShape.java 78 public float getRadius() {
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
SphereCollisionShape.java 62 public float getRadius() {
ConeCollisionShape.java 45 public float getRadius() {
CapsuleCollisionShape.java 81 public float getRadius() {
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
SmoothFilter.java 43 public int getRadius() {
OptimizedErode.java 44 public int getRadius() {
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
EmitterSphereShape.java 96 public float getRadius() {
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
PointLight.java 95 public float getRadius() {
  /frameworks/base/location/java/android/location/
Geofence.java 76 public float getRadius() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TouchPositionCorrection.java 92 public float getRadius(final int row) {
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
WireSphere.java 157 updatePositions(bsph.getRadius());
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Dome.java 160 public float getRadius() {
PQTorus.java 96 public float getRadius() {
Cylinder.java 180 public float getRadius() {
Sphere.java 128 public float getRadius() {
  /external/replicaisland/src/com/replica/replicaisland/
SphereCollisionVolume.java 71 public float getRadius() {
102 otherRadius = sphereOther.getRadius();
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
UVCoordinatesGenerator.java 228 float r = bs.getRadius();
388 public float getRadius() {
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
VehicleWheel.java 272 public float getRadius() {
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
VehicleWheel.java 264 public float getRadius() {
PhysicsVehicle.java 134 wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel()));
504 float radius = physicsVehicleWheel.getRadius();
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 54 public float getRadius() {
101 public float getRadius() {
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
PointCloud.java 54 public float getRadius() {
101 public float getRadius() {
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingSphere.java 92 * <code>getRadius</code> returns the radius of the bounding sphere.
96 public float getRadius() {
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() * getRadius();
    [all...]

Completed in 502 milliseconds

1 2