D | MatrixTest.java | 73 String expect = "[1.0, 0.0, 0.0][0.0, 2.0, -4.0][0.0, 0.0, 1.0]"; in testReset() local 81 String expect = "[1.0, 0.0, 0.0][0.0, 1.0, 0.0][0.0, 0.0, 1.0]"; in testSetScale() local 89 String expect = "[1.0, 0.0, 0.0][0.0, 1.0, 0.0][0.0, 0.0, 1.0]"; in testSetScale2() local 99 String expect = "[0.9998477, -0.017452406, 0.0]" in testSetRotate() local 106 String expect = "[0.9998477, -0.017452406, 0.0526618]" in testSetRotate2() local 113 String expect = "[2.0, -1.0, 0.0][1.0, 2.0, 0.0][0.0, 0.0, 1.0]"; in testSetSinCos() local 119 String expect = "[2.0, -1.0, 1.0][1.0, 2.0, -7.0][0.0, 0.0, 1.0]"; in testSetSinCos2() local 125 String expect = "[1.0, 1.0, 0.0][2.0, 1.0, 0.0][0.0, 0.0, 1.0]"; in testSetSkew() local 131 String expect = "[1.0, 1.0, -4.0][2.0, 1.0, -6.0][0.0, 0.0, 1.0]"; in testSetSkew2() local 139 String expect = "[1.0, 0.0, 0.0][0.0, 1.0, 0.0][0.0, 0.0, 1.0]"; in testSetConcat() local [all …]
|