Searched refs:theta (Results 1 – 3 of 3) 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/ ...