Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java247 float[] frontLeft = new float[3]; in calculateRectangleHitbox() local
248 frontLeft[Z] = centre[Z]; in calculateRectangleHitbox()
249 frontLeft[X] = midFront[X] + (widthScaleFactor * rotationNinetyInverse[X]); in calculateRectangleHitbox()
250 frontLeft[Y] = midFront[Y] + (widthScaleFactor * rotationNinetyInverse[Y]); in calculateRectangleHitbox()
264 rectangle.add(frontLeft); in calculateRectangleHitbox()