Lines Matching refs:mirror_plane
49 mplane_t *mirror_plane;
1209 if (mirror_plane->normal[2])
1407 d = DotProduct (r_refdef.vieworg, mirror_plane->normal) - mirror_plane->dist;
1408 VectorMA (r_refdef.vieworg, -2*d, mirror_plane->normal, r_refdef.vieworg);
1410 d = DotProduct (vpn, mirror_plane->normal);
1411 VectorMA (vpn, -2*d, mirror_plane->normal, vpn);
1448 if (mirror_plane->normal[2])