Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dparse.hpp67 double rx2; member
H A Dparse.cpp152 rot->rx2 = sin(x) * sin(y) * cos(z) - cos(x) * sin(z); in InitRot3d()
166 tmp.x = (vec->x * (rot->rx1) + vec->y * (rot->rx2) + vec->z * (rot->rx3)); in Rotate3d()