Home
last modified time | relevance | path

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

/external/eigen/demos/opengl/
Dtrackball.cpp47 double sinx = sin(M_PI * x * 0.5); in mapToSphere() local
49 double sinx2siny2 = sinx * sinx + siny * siny; in mapToSphere()
51 v3.x() = sinx; in mapToSphere()