Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dparse.cpp151 rot->rx1 = cos(y) * cos(z); in InitRot3d()
155 rot->ry1 = cos(y) * sin(z); in InitRot3d()
159 rot->rz1 = sin(y); in InitRot3d()
160 rot->rz2 = sin(x) * cos(y); in InitRot3d()
161 rot->rz3 = cos(x) * cos(y); in InitRot3d()
166 tmp.x = (vec->x * (rot->rx1) + vec->y * (rot->rx2) + vec->z * (rot->rx3)); in Rotate3d()
167 tmp.y = (vec->x * (rot->ry1) + vec->y * (rot->ry2) + vec->z * (rot->ry3)); in Rotate3d()
168 tmp.z = (vec->x * (rot->rz1) + vec->y * (rot->rz2) + vec->z * (rot->rz3)); in Rotate3d()
785 vector ctr, rot, scale; in GetTPolyFile() local
801 degvectoradvec(&rot); in GetTPolyFile()
[all …]
H A Dtexture.cpp76 u = u + tex->rot.x; in image_cyl_texture()
82 v = v + tex->rot.y; in image_cyl_texture()
102 u = u + tex->rot.x; in image_sphere_texture()
108 v = v + tex->rot.y; in image_sphere_texture()
134 u = u + tex->rot.x; in image_plane_texture()
140 v = v + tex->rot.y; in image_plane_texture()
H A Dapi.hpp78 vector rot; /* rotation of texture around origin */ member
H A Dtypes.hpp149 vector rot; /* rotation of texture about origin */ member
H A Dapi.cpp278 tex->rot = apitex->rot; in apitextotex()
H A Dvol.cpp108 tx->rot = tx->ctr; in newscalarvol()
H A Dextvol.cpp108 xvol->tex->rot = xvol->tex->ctr; in newextvol()