Home
last modified time | relevance | path

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

/external/eigen/demos/opengl/
Dtrackball.cpp49 double sinx2siny2 = sinx * sinx + siny * siny; in mapToSphere() local
53 v3.z() = sinx2siny2 < 1.0 ? sqrt(1.0 - sinx2siny2) : 0.0; in mapToSphere()