Home
last modified time | relevance | path

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

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