Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DRotation.java343 double coeffV = v1v2 / u1u1; in Rotation() local
344 double beta = FastMath.sqrt((u2u2 - u1u2 * coeffU) / (v2v2 - v1v2 * coeffV)); in Rotation()
345 double alpha = coeffU - beta * coeffV; in Rotation()