Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DCollisionSystem.java499 segment.calculateIntersectionBox(left, right, top, bottom, tempHitPoint)) { in testBoxAgainstList()
729 public boolean calculateIntersectionBox(float left, float right, float top, float bottom, in calculateIntersectionBox() method in CollisionSystem.LineSegment