Searched defs:secondWay (Results 1 – 1 of 1) sorted by relevance
| /external/libgdx/gdx/test/com/badlogic/gdx/math/ |
| D | IntersectorTest.java | 80 …float[][] secondWay = { {-10, 0, 10, 0, 0, 5, -10, 0, -10}, {0, 0, 5, 0, 0, -5, -10, 0, -10}};// A… in testSplitTriangle() local 100 …float[][] secondWay = { {10, 0, 10, 0, 0, 5, 10, 0, -10}, {0, 0, 5, 0, 0, -5, 10, 0, -10}};// ADC … in testSplitTriangle() local
|