Searched refs:getMaxYPosition (Results 1 - 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java78 final float top = getMaxYPosition(flip) + position.y;
83 final float otherTop = other.getMaxYPosition(otherFlip) + otherPosition.y;
H A DCollisionVolume.java91 public float getMaxYPosition(FlipInfo flip) { method in class:CollisionVolume
H A DSphereCollisionVolume.java107 final float deltaY = other.getMaxYPosition(otherFlip)

Completed in 150 milliseconds