Home
last modified time | relevance | path

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

/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A Dtr_stencilshadow.cpp1146 idPlane sidePlane; in R_MakeShadowFrustums() local
1148 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()
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkCubeAxesActor.cxx2877 double* sidePlane; in ComputeStickyAxesBoundingSphere() local
2880 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()
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkCubeAxesActor.cxx2831 double* sidePlane; in ComputeStickyAxesBoundingSphere() local
2834 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()
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkCubeAxesActor.cxx2855 double* sidePlane; in ComputeStickyAxesBoundingSphere() local
2858 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()