Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DBackgroundCollisionComponent.java40 private Vector2 mVerticalHitPoint; field in BackgroundCollisionComponent
71 mVerticalHitPoint = new Vector2(); in BackgroundCollisionComponent()
90 mVerticalHitPoint = new Vector2(); in BackgroundCollisionComponent()
159 mVerticalHitPoint.zero(); in update()
173 top, centerOffsetX, mVerticalHitPoint, mVerticalHitNormal, in update()
178 top, centerOffsetX, mVerticalHitPoint, mVerticalHitNormal, in update()
234 if (collision.castRay(mRayStart, mRayEnd, mFilterDirection, mVerticalHitPoint, in update()
242 mCurrentPosition.y = (mVerticalHitPoint.y - bottom); in update()
244 mCurrentPosition.y = (mVerticalHitPoint.y - top); in update()