D | HermiteInterpolatorTests.java | 50 private static final int p0 = 0; field in HermiteInterpolatorTests 58 mInterpolator.reset(mXCoords, mYCoords, p0, p3 + 1); in testP0P1() 59 mInterpolator.setInterval(p0 - 1, p0, p1, p1 + 1); in testP0P1() 60 assertEquals("p0x", mXCoords[p0], mInterpolator.mP1X); in testP0P1() 61 assertEquals("p0y", mYCoords[p0], mInterpolator.mP1Y); in testP0P1() 95 mInterpolator.reset(mXCoords, mYCoords, p0, p3 + 1); in testP1P2() 132 mInterpolator.reset(mXCoords, mYCoords, p0, p3 + 1); in testP2P3()
|