| D | MatrixTest.java | 120 String expect = "[1.0, 0.0, 0.0][0.0, 2.0, -4.0][0.0, 0.0, 1.0]"; in testReset() local 133 String expect = "[1.0, 0.0, 0.0][0.0, 1.0, 0.0][0.0, 0.0, 1.0]"; in testSetScale() local 146 String expect = "[1.0, 0.0, 0.0][0.0, 1.0, 0.0][0.0, 0.0, 1.0]"; in testSetScale2() local 161 String expect = "[0.9998477, -0.017452406, 0.0]" in testSetRotate() local 173 String expect = "[0.9998477, -0.017452406, 0.0526618]" in testSetRotate2() local 185 String expect = "[2.0, -1.0, 0.0][1.0, 2.0, 0.0][0.0, 0.0, 1.0]"; in testSetSinCos() local 196 String expect = "[2.0, -1.0, 1.0][1.0, 2.0, -7.0][0.0, 0.0, 1.0]"; in testSetSinCos2() local 207 String expect = "[1.0, 1.0, 0.0][2.0, 1.0, 0.0][0.0, 0.0, 1.0]"; in testSetSkew() local 218 String expect = "[1.0, 1.0, -4.0][2.0, 1.0, -6.0][0.0, 0.0, 1.0]"; in testSetSkew2() local 231 String expect = "[1.0, 0.0, 0.0][0.0, 1.0, 0.0][0.0, 0.0, 1.0]"; in testSetConcat() local [all …]
|