Searched refs:getMinY (Results 1 - 4 of 4) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionVolume.java86 value = getMinY();
94 final float minY = getMinY();
104 protected abstract float getMinY(); method in class:CollisionVolume
H A DAABoxCollisionVolume.java60 public final float getMinY() { method in class:AABoxCollisionVolume
114 minY = Math.max(getMinY(), other.getMinY());
119 minY = other.getMinY();
H A DSphereCollisionVolume.java59 public float getMinY() { method in class:SphereCollisionVolume
140 minY = Math.min(getMinY(), other.getMinY());
145 minY = other.getMinY();
H A DGameObjectCollisionSystem.java239 boundingVolume.getMaxY() - boundingVolume.getMinY(),
251 volume.getMaxY() - volume.getMinY(),
264 volume.getMaxY() - volume.getMinY(),

Completed in 70 milliseconds