Searched refs:getMaxX (Results 1 – 7 of 7) sorted by relevance
45 public final float getMaxX() { in getMaxX() method in AABoxCollisionVolume111 maxX = Math.max(getMaxX(), other.getMaxX()); in growBy()116 maxX = other.getMaxX(); in growBy()
61 final float maxX = getMaxX(); in getMinXPosition()75 value = getMaxX(); in getMaxXPosition()103 protected abstract float getMaxX(); in getMaxX() method in CollisionVolume
44 public float getMaxX() { in getMaxX() method in SphereCollisionVolume137 maxX = Math.max(getMaxX(), other.getMaxX()); in growBy()142 maxX = other.getMaxX(); in growBy()
238 boundingVolume.getMaxX() - boundingVolume.getMinX(), in drawDebugVolumes()250 volume.getMaxX() - volume.getMinX(), in drawDebugVolumes()263 volume.getMaxX() - volume.getMinX(), in drawDebugVolumes()
74 return intersects(region.getMinX(), region.getMaxX(), region.getMinY(), region.getMaxY()); in intersects()150 public Number getMaxX() { in getMaxX() method in RectRegion
1093 return calculatedMaxX != null ? calculatedMaxX : getDefaultBounds().getMaxX(); in getCalculatedMaxX()
602 bounds.right = (float) rect.getMaxX(); in fillBounds()