HomeSort by relevance Sort by last modified time
    Searched refs:getMaxYPosition (Results 1 - 3 of 3) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 78 final float top = getMaxYPosition(flip) + position.y;
83 final float otherTop = other.getMaxYPosition(otherFlip) + otherPosition.y;
CollisionVolume.java 91 public float getMaxYPosition(FlipInfo flip) {
SphereCollisionVolume.java 107 final float deltaY = other.getMaxYPosition(otherFlip)

Completed in 345 milliseconds