Searched refs:getMaxYPosition (Results 1 – 3 of 3) sorted by relevance
78 final float top = getMaxYPosition(flip) + position.y; in intersects()83 final float otherTop = other.getMaxYPosition(otherFlip) + otherPosition.y; in intersects()
91 public float getMaxYPosition(FlipInfo flip) { in getMaxYPosition() method in CollisionVolume
107 final float deltaY = other.getMaxYPosition(otherFlip) in intersects()