Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DBackgroundCollisionComponent.java172 verticalHit = sweepVertical(mPreviousCenter, mCurrentPosition, mDelta, bottom, in update()
177 verticalHit = sweepVertical(mPreviousCenter, mCurrentPosition, mDelta, bottom, in update()
359 … protected boolean sweepVertical(Vector2 previousPosition, Vector2 currentPosition, Vector2 delta, in sweepVertical() method in BackgroundCollisionComponent