Searched refs:mTestPointStart (Results 1 – 1 of 1) sorted by relevance
44 private Vector2 mTestPointStart; field in BackgroundCollisionComponent75 mTestPointStart = new Vector2(); in BackgroundCollisionComponent()94 mTestPointStart = new Vector2(); in BackgroundCollisionComponent()333 mTestPointStart.y = (centerY); in sweepHorizontal()334 mTestPointStart.x = (left); in sweepHorizontal()337 mTestPointStart.x = (right); in sweepHorizontal()347 mTestPointEnd.add(mTestPointStart); in sweepHorizontal()367 mTestPointStart.x = (centerX); in sweepVertical()368 mTestPointStart.y = (bottom); in sweepVertical()371 mTestPointStart.y = (top); in sweepVertical()[all …]