Searched refs:getMinY (Results 1 – 7 of 7) sorted by relevance
60 public final float getMinY() { in getMinY() method in AABoxCollisionVolume114 minY = Math.max(getMinY(), other.getMinY()); in growBy()119 minY = other.getMinY(); in growBy()
86 value = getMinY(); in getMinYPosition()94 final float minY = getMinY(); in getMaxYPosition()104 protected abstract float getMinY(); in getMinY() method in CollisionVolume
59 public float getMinY() { in getMinY() method in SphereCollisionVolume140 minY = Math.min(getMinY(), other.getMinY()); in growBy()145 minY = other.getMinY(); in growBy()
239 boundingVolume.getMaxY() - boundingVolume.getMinY(), in drawDebugVolumes()251 volume.getMaxY() - volume.getMinY(), in drawDebugVolumes()264 volume.getMaxY() - volume.getMinY(), in drawDebugVolumes()
74 return intersects(region.getMinX(), region.getMaxX(), region.getMinY(), region.getMaxY()); in intersects()158 public Number getMinY() { in getMinY() method in RectRegion
1102 return calculatedMinY != null ? calculatedMinY : getDefaultBounds().getMinY(); in getCalculatedMinY()
603 bounds.top = (float) rect.getMinY(); in fillBounds()