Home
last modified time | relevance | path

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

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dspheresweep.cpp1315 SPHSWEEP_SPH tempSphere[4]; in Compute_BBox() local
1316 tempSphere[0] = Modeling_Sphere[i]; in Compute_BBox()
1317tempSphere[1].Center = Modeling_Sphere[i].Center + (Modeling_Sphere[i+1].Center - Modeling_Sphere[… in Compute_BBox()
1318tempSphere[1].Radius = Modeling_Sphere[i].Radius + (Modeling_Sphere[i+1].Radius - Modeling_Sphere[… in Compute_BBox()
1319tempSphere[2].Center = Modeling_Sphere[i+1].Center + (Modeling_Sphere[i].Center - Modeling_Sphere[… in Compute_BBox()
1320tempSphere[2].Radius = Modeling_Sphere[i+1].Radius + (Modeling_Sphere[i].Radius - Modeling_Sphere[… in Compute_BBox()
1321 tempSphere[3] = Modeling_Sphere[i+1]; in Compute_BBox()
1327 mins = min(mins, tempSphere[j].Center - Vector3d(fabs(tempSphere[j].Radius))); in Compute_BBox()
1328 maxs = max(maxs, tempSphere[j].Center + Vector3d(fabs(tempSphere[j].Radius))); in Compute_BBox()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DSoundStructure.java64 BoundingSphere tempSphere = new BoundingSphere(); field in SoundStructure
405 vpLists[i].schedSphere.getWithLock(tempSphere); in intersect()
406 if (tempSphere.intersect(region)) { in intersect()
H A DSoundScheduler.java1439 BoundingSphere tempSphere = in updateAuralAttribs() local
1442 ((2.0 * tempSphere.radius)/ in updateAuralAttribs()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DInputData.cpp924 bool tempSphere = UseSphericalHarmonics(); in WriteToFile() local
925 if (!tempSphere && IData->Basis) { in WriteToFile()
927 tempSphere = true; in WriteToFile()
929 if (tempSphere) { in WriteToFile()