Home
last modified time | relevance | path

Searched refs:patchCenter (Results 1 – 8 of 8) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dlodspheremesh.cpp584 Point3f patchCenter = spherePoint(theta0 + thetaExtent / 2, in renderPatches()
588 Point3f patchCenter = Point3f(p0.x + p1.x + p2.x + p3.x, in renderPatches() local
593 boundingRadius = max(boundingRadius, patchCenter.distanceTo(p0)); in renderPatches()
594 boundingRadius = max(boundingRadius, patchCenter.distanceTo(p1)); in renderPatches()
595 boundingRadius = max(boundingRadius, patchCenter.distanceTo(p2)); in renderPatches()
596 boundingRadius = max(boundingRadius, patchCenter.distanceTo(p3)); in renderPatches()
597 if (ri.frustum.testSphere(patchCenter, boundingRadius) == Frustum::Outside) in renderPatches()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dlodspheremesh.cpp584 Point3f patchCenter = spherePoint(theta0 + thetaExtent / 2, in renderPatches()
588 Point3f patchCenter = Point3f(p0.x + p1.x + p2.x + p3.x, in renderPatches() local
593 boundingRadius = max(boundingRadius, patchCenter.distanceTo(p0)); in renderPatches()
594 boundingRadius = max(boundingRadius, patchCenter.distanceTo(p1)); in renderPatches()
595 boundingRadius = max(boundingRadius, patchCenter.distanceTo(p2)); in renderPatches()
596 boundingRadius = max(boundingRadius, patchCenter.distanceTo(p3)); in renderPatches()
597 if (ri.frustum.testSphere(patchCenter, boundingRadius) == Frustum::Outside) in renderPatches()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDriversDisabled/engine_seamless/
H A DGeographic.cpp175 Vec3d patchCenter = gpatchset->toModel(centx, centy, 0);
211 mverts[j][i] = coord - patchCenter;
298 Vec3d patchCenter = gpatchset->toModel(centx, centy, 0);
299 Matrixd patchMat = Matrixd::translate(patchCenter);
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_clippingPlanes.c1222 …tf(stderr, "patchCenter (1) = %f, %f, %f\n", SO1->patchCenter[0], SO1->patchCenter[1], SO1->patchC… in compareSurfaces()
1223 …tf(stderr, "patchCenter (2) = %f, %f, %f\n", SO2->patchCenter[0], SO2->patchCenter[1], SO2->patchC… in compareSurfaces()
H A DSUMA_Load_Surface_Object.c545 SUMA_COPY_VEC(SO->Center, SO->patchCenter, 3, float, float); in SUMA_PrepSO_GeomProp_GL()
547 SUMA_COPY_VEC(SO->SphereCenter, SO->patchCenter, 3, float, float); in SUMA_PrepSO_GeomProp_GL()
559 SO->patchCenter); in SUMA_PrepSO_GeomProp_GL()
560 SO->patchCenter[0] /= SO->N_patchNode; in SUMA_PrepSO_GeomProp_GL()
561 SO->patchCenter[1] /= SO->N_patchNode; in SUMA_PrepSO_GeomProp_GL()
562 SO->patchCenter[2] /= SO->N_patchNode; in SUMA_PrepSO_GeomProp_GL()
H A DSUMA_define.h3152 float patchCenter[3]; /*!< The centroid of the surface member
H A DSUMA_SVmanip.c2640 SUMA_COPY_VEC(so_op->patchCenter, UsedCenter, 3, float, float); in SUMA_UpdateViewPoint()
2792 SUMA_COPY_VEC(so_op->patchCenter, UsedCenter, 3, float, float); in SUMA_UpdateRotaCenter()
H A DSUMA_CreateDO.c21343 SO[i].patchCenter[0] = SO[i].patchCenter[1] = in SUMA_Alloc_SurfObject_Struct()
21344 SO[i].patchCenter[2] = 0.0; in SUMA_Alloc_SurfObject_Struct()