Searched refs:halfTheta (Results 1 – 1 of 1) sorted by relevance
407 float j, halfTheta, residualHalfTheta = FLOAT_PI; in testGetRotationMatrixFromVector() local417 halfTheta = residualHalfTheta; in testGetRotationMatrixFromVector()419 halfTheta = data.nextFloat() * FLOAT_PI; in testGetRotationMatrixFromVector()422 c = (float) Math.cos(halfTheta); in testGetRotationMatrixFromVector()423 s = (float) Math.sin(halfTheta); in testGetRotationMatrixFromVector()436 residualHalfTheta -= halfTheta; in testGetRotationMatrixFromVector()