Searched refs:rot (Results 1 – 7 of 7) sorted by relevance
151 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() local801 degvectoradvec(&rot); in GetTPolyFile()[all …]
76 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()
78 vector rot; /* rotation of texture around origin */ member
149 vector rot; /* rotation of texture about origin */ member
278 tex->rot = apitex->rot; in apitextotex()
108 tx->rot = tx->ctr; in newscalarvol()
108 xvol->tex->rot = xvol->tex->ctr; in newextvol()