Home
last modified time | relevance | path

Searched refs:distanceFromCenter (Results 1 – 25 of 35) sorted by relevance

12

/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/behaviors/vp/
H A DOrbitBehavior.java137 private double distanceFromCenter = 20.0; field in OrbitBehavior
369 if ((distanceFromCenter - in doZoomOperations()
373 distanceFromCenter/100.0); in doZoomOperations()
376 distanceFromCenter = minRadius; in doZoomOperations()
380 if ((distanceFromCenter + in doZoomOperations()
384 distanceFromCenter/100.0); in doZoomOperations()
387 distanceFromCenter = minRadius; in doZoomOperations()
395 distanceFromCenter -= ychange*zoomMul; in doZoomOperations()
398 distanceFromCenter = minRadius; in doZoomOperations()
403 distanceFromCenter += ychange * zoomMul; in doZoomOperations()
[all …]
/dports/games/cultivation/Cultivation_8_UnixSource/game2/gameSource/sound/
H A DMusicPlayer.cpp205 double distanceFromCenter = in getMoreMusic() local
209 distanceFromCenter *= 0.1; in getMoreMusic()
213 if( distanceFromCenter < 1 ) { in getMoreMusic()
214 distanceFromCenter = 1; in getMoreMusic()
262 1.0 / ( distanceFromCenter * distanceFromCenter ); in getMoreMusic()
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/gui/images/
H A DArtistImageIcon.java53 protected static Area getArtistIconArea(final int distanceFromCenter) { in getArtistIconArea() argument
56 + distanceFromCenter, HEIGHT / 2, WIDTH * 2 / 3, HEIGHT))); in getArtistIconArea()
60 + distanceFromCenter, HEIGHT / 2 - headHeight * 0.8f, in getArtistIconArea()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkFiniteCylinderSpatialFunction.hxx100 …const double distanceFromCenter = dot_product( medialAxisVector.GetVnlVector(), pointVector.GetVnl… in Evaluate() local
108 if ( std::fabs(distanceFromCenter) <= ( halfAxisLength ) in Evaluate()
109 …sqrt( std::pow(pointVector.GetVnlVector().magnitude(), 2.0) - std::pow(distanceFromCenter, 2.0) ) ) in Evaluate()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dcombat.cpp131 …int distanceFromCenter = CLIP(100 * (screenX - abs((rect.right + rect.left) / 2)) / abs((rect.righ… in shoot() local
133 int damage = (100 - distanceFromCenter) * _ammoDamage[_vm->_settings->getAmmoType()] / 100; in shoot()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dcombat.cpp131 …int distanceFromCenter = CLIP(100 * (screenX - abs((rect.right + rect.left) / 2)) / abs((rect.righ… in shoot() local
133 int damage = (100 - distanceFromCenter) * _ammoDamage[_vm->_settings->getAmmoType()] / 100; in shoot()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleShaderBuiltInTests.cpp364 const tcu::Vec2 distanceFromCenter = tcu::abs(averageSamplePos - tcu::Vec2(0.5f, 0.5f)); in verifyImageData() local
366 if (distanceFromCenter.x() > distanceThreshold || distanceFromCenter.y() > distanceThreshold) in verifyImageData()
408 const tcu::Vec2 distanceFromCenter = tcu::abs(averageSamplePos - tcu::Vec2(0.5f, 0.5f)); in verifyImageData() local
410 if (distanceFromCenter.x() > distanceThreshold || distanceFromCenter.y() > distanceThreshold) in verifyImageData()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Denoising/include/
H A DitkPatchBasedDenoisingImageFilter.hxx535 const float distanceFromCenter = distanceVector.GetNorm(); in InitializePatchWeightsSmoothDisc() local
540 if( distanceFromCenter >= patchRadius + 1 ) in InitializePatchWeightsSmoothDisc()
546 else if( distanceFromCenter <= discRadius ) in InitializePatchWeightsSmoothDisc()
558 (-2.0 / pow (interval, 3.0) ) * pow ( (patchRadius + 1) - distanceFromCenter, 3.0f) in InitializePatchWeightsSmoothDisc()
559 + ( 3.0 / pow (interval, 2.0) ) * pow ( (patchRadius + 1) - distanceFromCenter, 2.0f); in InitializePatchWeightsSmoothDisc()
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/extras/
H A DPieMenu.qml563 var distanceFromCenter = Math.pow(x1 - x2, 2) + Math.pow(y1 - y2, 2);
566 var isWithinOurRadius = distanceFromCenter >= cancelRadiusSquared
567 && distanceFromCenter < styleRadiusSquared;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fSampleVariableTests.cpp177 const tcu::Vec2 distanceFromCenter = tcu::abs(avgPosition - tcu::Vec2(0.5f, 0.5f)); in verify() local
179 …return distanceFromCenter.x() < m_distanceThreshold && distanceFromCenter.y() < m_distanceThreshol… in verify()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/esnext/esm/
H A Dvis-network.min.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and y …
H A Dvis-network.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and y …
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/esnext/umd/
H A Dvis-network.min.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and y …
H A Dvis-network.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and y …
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/peer/umd/
H A Dvis-network.min.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and y …
H A Dvis-network.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and y …
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/peer/esm/
H A Dvis-network.min.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and y …
H A Dvis-network.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and y …
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/dist/
H A Dvis-network.esm.min.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and y …
H A Dvis-network.min.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and y …
H A Dvis-network.esm.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and y …
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/standalone/umd/
H A Dvis-network.min.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and y …
H A Dvis-network.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and y …
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/standalone/esm/
H A Dvis-network.min.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and y …
/dports/www/grafana8/grafana-8.3.6/public/build/
H A Dvisjs-network.0e38943fa459e872fe93.js.map1distanceFromCenter = {\n // offset from view, distance view has to change by these x and …

12