Searched refs:frontRight (Results 1 – 1 of 1) sorted by relevance
251 float[] frontRight = new float[3]; in calculateRectangleHitbox() local252 frontRight[Z] = centre[Z]; in calculateRectangleHitbox()253 frontRight[X] = midFront[X] + (widthScaleFactor * rotationNinety[X]); in calculateRectangleHitbox()254 frontRight[Y] = midFront[Y] + (widthScaleFactor * rotationNinety[Y]); in calculateRectangleHitbox()265 rectangle.add(frontRight); in calculateRectangleHitbox()