Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DCollisionSystem.java124 Vector2 tempHitNormal = vectorPool.allocate(); in castRay() local
127 tempHitNormal, movementDirection, excludeObject)) { in castRay()
135 hitNormal.set(tempHitNormal); in castRay()
140 hitNormal.set(tempHitNormal); in castRay()
145 vectorPool.release(tempHitNormal); in castRay()