Home
last modified time | relevance | path

Searched refs:SphereCenter (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_intersection_raysphere.cpp43 const Vector3d SphereCenter(6.0, 4.0, 0.0); variable
60 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE()
70 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius, tmin); in TEST_SUITE()
96 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE()
106 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius, tmin); in TEST_SUITE()
132 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE()
142 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius, tmin); in TEST_SUITE()
168 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE()
204 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE()
240 const bool hit = intersect_sphere(ray, SphereCenter, SphereRadius); in TEST_SUITE()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_clippingPlanes.c829 SO->SphereCenter[0] = -1.0; in makeAxisPlaneFromNodeAndFaceSetList()
830 SO->SphereCenter[1] = -1.0; in makeAxisPlaneFromNodeAndFaceSetList()
831 SO->SphereCenter[2] = -1.0; in makeAxisPlaneFromNodeAndFaceSetList()
1031 SO->SphereCenter[0] = -1.0; in drawPlaneFromNodeAndFaceSetList()
1032 SO->SphereCenter[1] = -1.0; in drawPlaneFromNodeAndFaceSetList()
1033 SO->SphereCenter[2] = -1.0; in drawPlaneFromNodeAndFaceSetList()
1178 …stderr, "SphereCenter (1) = %f, %f, %f\n", SO1->SphereCenter[0], SO1->SphereCenter[1], SO1->Sphere… in compareSurfaces()
1179 …stderr, "SphereCenter (2) = %f, %f, %f\n", SO2->SphereCenter[0], SO2->SphereCenter[1], SO2->Sphere… in compareSurfaces()
H A DSUMA_Load_Surface_Object.c547 SUMA_COPY_VEC(SO->SphereCenter, SO->patchCenter, 3, float, float); in SUMA_PrepSO_GeomProp_GL()
5279 SO->SphereCenter[0] = centmed[0]; in SUMA_SetSphereParams()
5280 SO->SphereCenter[1] = centmed[1]; in SUMA_SetSphereParams()
5281 SO->SphereCenter[2] = centmed[2]; in SUMA_SetSphereParams()
5285 SO->SphereCenter[0], SO->SphereCenter[1], SO->SphereCenter[2]); in SUMA_SetSphereParams()
H A DSUMA_SphericalMapping.c1009 SUMA_COPY_VEC(ctr, SO->SphereCenter, 3, float, float); in SUMA_ProjectToSphere()
1246 SUMA_COPY_VEC(ctr,SO->SphereCenter,3, float, float); in SUMA_CreateIcosahedron()
1732 SUMA_COPY_VEC(surf1->SphereCenter, ctr1, 3, float, float); in SUMA_MapSurface()
1748 SUMA_COPY_VEC(surf2->SphereCenter, ctr2, 3, float, float); in SUMA_MapSurface()
H A DSUMA_MapIcosahedron.c1473 SUMA_ProjectToSphere(SOw, SO->SphereCenter, in main()
H A DSUMA_CreateDO.c20269 SO->SphereCenter[0], in SUMA_SurfaceObject_Info()
20270 SO->SphereCenter[1],SO->SphereCenter[2]); in SUMA_SurfaceObject_Info()
20277 SO->SphereCenter[0], SO->SphereCenter[1], in SUMA_SurfaceObject_Info()
20278 SO->SphereCenter[2]); in SUMA_SurfaceObject_Info()
20285 SO->SphereCenter[0], SO->SphereCenter[1], in SUMA_SurfaceObject_Info()
20286 SO->SphereCenter[2]); in SUMA_SurfaceObject_Info()
21406 SO[i].SphereCenter[0] = -1.0; in SUMA_Alloc_SurfObject_Struct()
21407 SO[i].SphereCenter[1] = -1.0; in SUMA_Alloc_SurfObject_Struct()
21408 SO[i].SphereCenter[2] = -1.0; in SUMA_Alloc_SurfObject_Struct()
H A DSUMA_define.h3076 float SphereCenter[3]; /*!< If a sphere, then this it is center */ member
H A DSUMA_SVmanip.c2646 SUMA_COPY_VEC( so_op->SphereCenter, UsedCenter, 3, in SUMA_UpdateViewPoint()
2795 SUMA_COPY_VEC(so_op->SphereCenter, UsedCenter, in SUMA_UpdateRotaCenter()
H A DSUMA_GeomComp.c2907 SUMA_COPY_VEC(SO->Center, SO->SphereCenter, 3, float, float); in SUMA_ProjectSurfaceToSphere()
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/sphere/
H A Dsphere.h31 void SphereCenter(Sphere *sphere, HPoint3 *center);
H A Dspheremisc.c53 void SphereCenter(Sphere *sphere, HPoint3 *center) in SphereCenter() function
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomview/common/
H A Dtransform.c1358 SphereCenter(sphere, &center); in ND_look_encompass()
1509 SphereCenter(sphere, &center);