Home
last modified time | relevance | path

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

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