Home
last modified time | relevance | path

Searched refs:u1u1 (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DRotation.java316 double u1u1 = Vector3D.dotProduct(u1, u1); in Rotation() local
320 if ((u1u1 == 0) || (u2u2 == 0) || (v1v1 == 0) || (v2v2 == 0)) { in Rotation()
333 double coeff = FastMath.sqrt (u1u1 / v1v1); in Rotation()
342 double coeffU = u1u2 / u1u1; in Rotation()
343 double coeffV = v1v2 / u1u1; in Rotation()