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

  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 77 final float bottom = getMinYPosition(flip) + position.y;
82 final float otherBottom = other.getMinYPosition(otherFlip) + otherPosition.y;
CollisionVolume.java 80 public float getMinYPosition(FlipInfo flip) {
GameObjectCollisionSystem.java 237 position.x + boundingVolume.getMinXPosition(sFlip), position.y + boundingVolume.getMinYPosition(sFlip),
249 position.x + volume.getMinXPosition(sFlip), position.y + volume.getMinYPosition(sFlip),
262 position.x + volume.getMinXPosition(sFlip), position.y + volume.getMinYPosition(sFlip),
SphereCollisionVolume.java 108 - other.getMinYPosition(otherFlip);

Completed in 164 milliseconds