Home
last modified time | relevance | path

Searched refs:getMinX (Results 1 – 7 of 7) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DAABoxCollisionVolume.java50 public final float getMinX() { in getMinX() method in AABoxCollisionVolume
112 minX = Math.max(getMinX(), other.getMinX()); in growBy()
117 minX = other.getMinX(); in growBy()
DCollisionVolume.java64 value = getMinX(); in getMinXPosition()
72 final float minX = getMinX(); in getMaxXPosition()
102 protected abstract float getMinX(); in getMinX() method in CollisionVolume
DSphereCollisionVolume.java49 public float getMinX() { in getMinX() method in SphereCollisionVolume
138 minX = Math.min(getMinX(), other.getMinX()); in growBy()
143 minX = other.getMinX(); in growBy()
DGameObjectCollisionSystem.java238 boundingVolume.getMaxX() - boundingVolume.getMinX(), in drawDebugVolumes()
250 volume.getMaxX() - volume.getMinX(), in drawDebugVolumes()
263 volume.getMaxX() - volume.getMinX(), in drawDebugVolumes()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DRectRegion.java74 return intersects(region.getMinX(), region.getMaxX(), region.getMinY(), region.getMaxY()); in intersects()
142 public Number getMinX() { in getMinX() method in RectRegion
DXYPlot.java1084 return calculatedMinX != null ? calculatedMinX : getDefaultBounds().getMinX(); in getCalculatedMinX()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java601 bounds.left = (float) rect.getMinX(); in fillBounds()