Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dparse.hpp71 double ry3; member
H A Dparse.cpp157 rot->ry3 = cos(x) * sin(y) * sin(z) - sin(x) * cos(z); in InitRot3d()
167 tmp.y = (vec->x * (rot->ry1) + vec->y * (rot->ry2) + vec->z * (rot->ry3)); in Rotate3d()