Searched refs:theta (Results 1 – 4 of 4) sorted by relevance
183 float theta = 30.0f * (float)(java.lang.Math.PI / 180.0f); in testRotateLoadRotate() local184 float cosTheta = (float)Math.cos((float)theta); in testRotateLoadRotate()185 float sinTheta = (float)Math.sin((float)theta); in testRotateLoadRotate()
447 float theta = data.nextFloat() * 2.f * FLOAT_PI; in testGetRotationMatrixFromVector() local451 v[axis - 1] = (float) Math.sin(theta / 2.f); in testGetRotationMatrixFromVector()452 if ( (float) Math.cos(theta / 2.f) < 0.f) { in testGetRotationMatrixFromVector()457 R = mat9Rot(axis, theta); in testGetRotationMatrixFromVector()
META-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
4093 double theta = 2.0 * Math.acos(rotation[3]);4094 double a_x = rotation[0] / Math.sin(theta / 2.0);4095 double a_y = rotation[1] / Math.sin(theta / 2.0);4096 double a_z = rotation[2] / Math.sin(theta / 2.0);