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

  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1,
96 final boolean horizontalIntersection = left1 < right2 && left2 < right1;