Searched refs:coeffV (Results 1 – 1 of 1) sorted by relevance
343 double coeffV = v1v2 / u1u1; in Rotation() local344 double beta = FastMath.sqrt((u2u2 - u1u2 * coeffU) / (v2v2 - v1v2 * coeffV)); in Rotation()345 double alpha = coeffU - beta * coeffV; in Rotation()