Searched defs:boxIntersect (Results 1 - 1 of 1) sorted by path

/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java85 final boolean result = boxIntersect(left, right, top, bottom,
87 || boxIntersect(otherLeft, otherRight, otherTop, otherBottom,
94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, method in class:AABoxCollisionVolume

Completed in 305 milliseconds