Searched refs:getMaxY (Results 1 – 11 of 11) 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()
33 int32_t getMaxY();
32 m_codewords->SetSize(boundingBox->getMaxY() - boundingBox->getMinY() + 1); in CBC_DetectionResultColumn()
91 detectionResult->getBoundingBox()->getMaxY() > in decode()92 boundingBox->getMaxY())) { in decode()124 imageRow <= boundingBox->getMaxY(); imageRow++) { in decode()305 imageRow <= boundingBox->getMaxY() && in getRowIndicatorColumn()
145 int32_t CBC_BoundingBox::getMaxY() { in getMaxY() function in CBC_BoundingBox
851 public float getMaxY () { in getMaxY() method in ScrollPane