Searched refs:sidePlane (Results 1 – 4 of 4) sorted by relevance
1146 idPlane sidePlane; in R_MakeShadowFrustums() local1148 sidePlane.FromPoints( p2, p1, p3 ); in R_MakeShadowFrustums()1149 d = sidePlane.Distance( light->globalLightOrigin ); in R_MakeShadowFrustums()1152 frust->planes[edge] = sidePlane; in R_MakeShadowFrustums()
2877 double* sidePlane; in ComputeStickyAxesBoundingSphere() local2880 sidePlane = frustumPlanesArray + 0; // left side in ComputeStickyAxesBoundingSphere()2884 sidePlane = frustumPlanesArray + 8; // bottom side in ComputeStickyAxesBoundingSphere()2886 double f = vtkMath::Dot(q0, sidePlane) + sidePlane[3]; in ComputeStickyAxesBoundingSphere()
2831 double* sidePlane; in ComputeStickyAxesBoundingSphere() local2834 sidePlane = frustumPlanesArray + 0; // left side in ComputeStickyAxesBoundingSphere()2838 sidePlane = frustumPlanesArray + 8; // bottom side in ComputeStickyAxesBoundingSphere()2840 double f = vtkMath::Dot(q0, sidePlane) + sidePlane[3]; in ComputeStickyAxesBoundingSphere()
2855 double* sidePlane; in ComputeStickyAxesBoundingSphere() local2858 sidePlane = frustumPlanesArray + 0; // left side in ComputeStickyAxesBoundingSphere()2862 sidePlane = frustumPlanesArray + 8; // bottom side in ComputeStickyAxesBoundingSphere()2864 double f = vtkMath::Dot(q0, sidePlane) + sidePlane[3]; in ComputeStickyAxesBoundingSphere()