Searched refs:getRectangleHitBox (Results 1 – 2 of 2) sorted by relevance
302 … rectangleVector1[X] = ring.getRectangleHitBox().get(0)[X] - ring.getRectangleHitBox().get(3)[X]; in checkCollision()303 … rectangleVector1[Y] = ring.getRectangleHitBox().get(0)[Y] - ring.getRectangleHitBox().get(3)[Y]; in checkCollision()306 … rectangleVector2[X] = ring.getRectangleHitBox().get(2)[X] - ring.getRectangleHitBox().get(3)[X]; in checkCollision()307 … rectangleVector2[Y] = ring.getRectangleHitBox().get(2)[Y] - ring.getRectangleHitBox().get(3)[Y]; in checkCollision()310 locationVector[X] = location[X] - ring.getRectangleHitBox().get(3)[X]; in checkCollision()311 locationVector[Y] = location[Y] - ring.getRectangleHitBox().get(3)[Y]; in checkCollision()
88 public ArrayList<float[]> getRectangleHitBox() { in getRectangleHitBox() method in Ring