Searched refs:xyzth (Results 1 – 1 of 1) sorted by relevance
215 float [] xyzth = new float[4]; in testGetQuaternionFromVector() local219 data.nextRotationAxisAngle(xyzth); in testGetQuaternionFromVector()221 c = (float) Math.cos(xyzth[3]); in testGetQuaternionFromVector()222 s = (float) Math.sin(xyzth[3]); in testGetQuaternionFromVector()235 v[0] = s * xyzth[0]; in testGetQuaternionFromVector()236 v[1] = s * xyzth[1]; in testGetQuaternionFromVector()237 v[2] = s * xyzth[2]; in testGetQuaternionFromVector()365 float [] xyzth = new float[4]; in testGetRotationMatrixFromVector() local369 data.nextRotationAxisAngle(xyzth); in testGetRotationMatrixFromVector()371 c = (float) Math.cos(xyzth[3]); in testGetRotationMatrixFromVector()[all …]