Home
last modified time | relevance | path

Searched refs:boxIntersect (Results 1 – 1 of 1) sorted by relevance

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