Searched refs:ringCenter (Results 1 – 1 of 1) sorted by relevance
172 float[] ringCenter = waypoint.getCoordinates(); in createRing() local173 float[] pointRotation = calculateRingRotation(ringCenter, in createRing()177 ringCenter[X] += mLocationMapping[ringLocationDifference.ordinal()][0]; in createRing()178 ringCenter[Z] += mLocationMapping[ringLocationDifference.ordinal()][1]; in createRing()179 ArrayList<float[]> rotatedRect = calculateRectangleHitbox(ringCenter, pointRotation); in createRing()180 return new Ring(ringCenter, currentPath, pointRotation, rotatedRect); in createRing()