Searched defs:bottom1 (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, argument
97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1;

Completed in 77 milliseconds