Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DCollisionSystem.java452 segment.calculateIntersection(startPoint, endPoint, hitPoint)) { in testSegmentAgainstList()
699 public boolean calculateIntersection(Vector2 otherStart, Vector2 otherEnd, in calculateIntersection() method in CollisionSystem.LineSegment