Searched refs:getMaxY (Results 1 – 7 of 7) sorted by relevance
55 public final float getMaxY() { in getMaxY() method in AABoxCollisionVolume113 maxY = Math.max(getMaxY(), other.getMaxY()); in growBy()118 maxY = other.getMaxY(); in growBy()
83 final float maxY = getMaxY(); in getMinYPosition()97 value = getMaxY(); in getMaxYPosition()105 protected abstract float getMaxY(); in getMaxY() method in CollisionVolume
54 public float getMaxY() { in getMaxY() method in SphereCollisionVolume139 maxY = Math.max(getMaxY(), other.getMaxY()); in growBy()144 maxY = other.getMaxY(); 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()166 public Number getMaxY() { in getMaxY() method in RectRegion
1111 return calculatedMaxY != null ? calculatedMaxY : getDefaultBounds().getMaxY(); in getCalculatedMaxY()
604 bounds.bottom = (float) rect.getMaxY(); in fillBounds()