Home
last modified time | relevance | path

Searched refs:tempnormal (Results 1 – 4 of 4) sorted by relevance

/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcl_collision.c16 float tempnormal[3], starttransformed[3], endtransformed[3]; in CL_SelectTraceLine() local
91 VectorCopy(trace.plane.normal, tempnormal); in CL_SelectTraceLine()
92 Matrix4x4_Transform3x3(&ent->matrix, tempnormal, normal); in CL_SelectTraceLine()
/dports/games/tenebrae/tenebrae_0/
H A Dgl_rmain.c2490 vec3_t tempnormal; in R_AllocateMirror() local
2498 VectorCopy(surf->plane->normal,tempnormal); in R_AllocateMirror()
2503 if ((tempnormal[0] == mirrorplanes[i].plane.normal[0]) && in R_AllocateMirror()
2504 (tempnormal[1] == mirrorplanes[i].plane.normal[1]) && in R_AllocateMirror()
2505 (tempnormal[2] == mirrorplanes[i].plane.normal[2]) && in R_AllocateMirror()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcl_collision.c12 vec_t tempnormal[3], starttransformed[3], endtransformed[3]; in CL_SelectTraceLine() local
66 VectorCopy(trace.plane.normal, tempnormal); in CL_SelectTraceLine()
67 Matrix4x4_Transform3x3(&ent->matrix, tempnormal, normal); in CL_SelectTraceLine()
/dports/games/darkplaces/darkplaces/
H A Dcl_collision.c12 vec_t tempnormal[3], starttransformed[3], endtransformed[3]; in CL_SelectTraceLine() local
66 VectorCopy(trace.plane.normal, tempnormal); in CL_SelectTraceLine()
67 Matrix4x4_Transform3x3(&ent->matrix, tempnormal, normal); in CL_SelectTraceLine()