Searched refs:secondY (Results 1 – 1 of 1) sorted by relevance
147 float secondY = vt.getYVelocity(); in testStabilityInNbPoints() local149 assertEqualFuzzy(firstY, secondY, 0.1f); in testStabilityInNbPoints()169 float secondY = vt.getYVelocity(); in testStabilityInTime() local171 assertEqualFuzzy(firstY, secondY, 0.1f); in testStabilityInTime()191 float secondY = vt.getYVelocity(); in testStabilityInSpace() local193 assertEqualFuzzy(firstY, secondY, 0.1f); in testStabilityInSpace()211 float secondY = vt.getYVelocity(); in testStabilityOfComputation() local213 assertEquals(firstY, secondY); in testStabilityOfComputation()230 float secondY = vt.getYVelocity(); in testStabilityOfUnits() local232 assertEqualFuzzy(firstY, secondY / 1000.0f, 0.1f); in testStabilityOfUnits()