Home
last modified time | relevance | path

Searched refs:maxRotation (Results 1 – 25 of 28) sorted by relevance

12

/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/engine/
H A Dq3dcamera.cpp760 maxRotation = qBound(-180.0f, maxRotation, 180.0f); in setMaxXRotation()
762 if (maxRotation < m_minXRotation) in setMaxXRotation()
763 maxRotation = m_minXRotation; in setMaxXRotation()
765 if (m_maxXRotation != maxRotation) { in setMaxXRotation()
766 m_maxXRotation = maxRotation; in setMaxXRotation()
767 emit maxXRotationChanged(maxRotation); in setMaxXRotation()
790 maxRotation = qBound(-90.0f, maxRotation, 90.0f); in setMaxYRotation()
792 if (maxRotation < m_minYRotation) in setMaxYRotation()
793 maxRotation = m_minYRotation; in setMaxYRotation()
795 if (m_maxYRotation != maxRotation) { in setMaxYRotation()
[all …]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Demitter.c37 const double minRotation, const double maxRotation, in EmitterInit() argument
48 em->maxRotation = maxRotation; in EmitterInit()
73 e.u.AddParticle.Spin = RAND_DOUBLE(em->minRotation, em->maxRotation); in EmitterStart()
H A Demitter.h41 double maxRotation; member
50 const double minRotation, const double maxRotation,
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/include/opencv2/rgbd/
H A Ddepth.hpp726 return maxRotation; in getMaxRotation()
730 maxRotation = val; in setMaxRotation()
753 double maxTranslation, maxRotation; member in cv::rgbd::RgbdOdometry
849 return maxRotation; in getMaxRotation()
853 maxRotation = val; in setMaxRotation()
879 double maxTranslation, maxRotation; member in cv::rgbd::ICPOdometry
991 return maxRotation; in getMaxRotation()
995 maxRotation = val; in setMaxRotation()
1023 double maxTranslation, maxRotation; member in cv::rgbd::RgbdICPOdometry
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/src/
H A Dodometry.cpp777 bool testDeltaTransformation(const Mat& deltaRt, double maxTranslation, double maxRotation) in testDeltaTransformation() argument
786 return translation <= maxTranslation && rotation <= maxRotation; in testDeltaTransformation()
795 double maxTranslation, double maxRotation, in RGBDICPOdometryImpl() argument
918 isOk = testDeltaTransformation(deltaRt, maxTranslation, maxRotation); in RGBDICPOdometryImpl()
1094 maxRotation(DEFAULT_MAX_ROTATION()) in RgbdOdometry()
1112 … maxTranslation(DEFAULT_MAX_TRANSLATION()), maxRotation(DEFAULT_MAX_ROTATION()) in RgbdOdometry()
1198 maxTranslation(DEFAULT_MAX_TRANSLATION()), maxRotation(DEFAULT_MAX_ROTATION()) in ICPOdometry()
1210 … maxTranslation(DEFAULT_MAX_TRANSLATION()), maxRotation(DEFAULT_MAX_ROTATION()) in ICPOdometry()
1296 …tFrame, cameraMatrix, (float)maxDepthDiff, iterCounts, maxTranslation, maxRotation, ICP_ODOMETRY, … in computeImpl()
1303 maxTranslation(DEFAULT_MAX_TRANSLATION()), maxRotation(DEFAULT_MAX_ROTATION()) in RgbdICPOdometry()
[all …]
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Utility/UI/
H A Djucer_ProjucerLookAndFeel.cpp393 const auto maxRotation = 315.0f; in drawProgressBar() local
401 endInDegrees = startInDegrees + rotationOffset + (maxRotation * rescaledRotation); in drawProgressBar()
405 endInDegrees = startInDegrees + rotationOffset + maxRotation; in drawProgressBar()
407 startInDegrees = endInDegrees - rotationOffset - (maxRotation * rescaledRotation); in drawProgressBar()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/test/
H A Dtest_odometry.cpp182 const float maxRotation = (float)(3.f / 180.f * CV_PI); //rad in generateRandomTransformation() local
190 normalize(rvec, rvec, rng.uniform(0.007f, maxRotation)); in generateRandomTransformation()
/dports/net/storj/storj-1.45.3/web/storagenode/src/app/components/
H A DVChart.vue92 maxRotation: 0,
/dports/net/storj/storj-1.45.3/web/multinode/src/app/components/common/
H A DVChart.vue92 maxRotation: 0,
/dports/net/storj/storj-1.45.3/web/satellite/src/components/common/
H A DVChart.vue104 maxRotation: 0,
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DParticleEffect.pkg141 tolua_property__get_set float maxRotation;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/lookandfeel/
H A Djuce_LookAndFeel_V4.cpp567 auto maxRotation = 315.0f; in drawCircularProgressBar() local
575 endInDegrees = startInDegrees + rotationOffset + (maxRotation * rescaledRotation); in drawCircularProgressBar()
579 endInDegrees = startInDegrees + rotationOffset + maxRotation; in drawCircularProgressBar()
581 startInDegrees = endInDegrees - rotationOffset - (maxRotation * rescaledRotation); in drawCircularProgressBar()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/lookandfeel/
H A Djuce_LookAndFeel_V4.cpp567 auto maxRotation = 315.0f; in drawCircularProgressBar() local
575 endInDegrees = startInDegrees + rotationOffset + (maxRotation * rescaledRotation); in drawCircularProgressBar()
579 endInDegrees = startInDegrees + rotationOffset + maxRotation; in drawCircularProgressBar()
581 startInDegrees = endInDegrees - rotationOffset - (maxRotation * rescaledRotation); in drawCircularProgressBar()
/dports/finance/gnucash/gnucash-4.9/gnucash/report/
H A Dhtml-chart.scm226 (cons 'maxRotation 30))))
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DEditorParticleEffect.as521 float vMax = editParticleEffect.maxRotation;
527 editParticleEffect.maxRotation = element.text.ToFloat();
1452 …ineEdit>(particleEffectWindow.GetChild("RotationMax", true)).text = editParticleEffect.maxRotation;
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/physics/
H A DPhysics_AF.cpp5915 float translationSqr, maxTranslationSqr, rotation, maxRotation; in TestIfAtRest() local
5946 maxRotation = 0.0f; in TestIfAtRest()
5955 if ( rotation > maxRotation ) { in TestIfAtRest()
5956 maxRotation = rotation; in TestIfAtRest()
5960 if ( maxTranslationSqr < Square( noMoveTranslation ) && maxRotation < noMoveRotation ) { in TestIfAtRest()
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/physics/
H A DPhysics_AF.cpp5916 float translationSqr, maxTranslationSqr, rotation, maxRotation; in TestIfAtRest() local
5947 maxRotation = 0.0f; in TestIfAtRest()
5956 if ( rotation > maxRotation ) { in TestIfAtRest()
5957 maxRotation = rotation; in TestIfAtRest()
5961 if ( maxTranslationSqr < Square( noMoveTranslation ) && maxRotation < noMoveRotation ) { in TestIfAtRest()
/dports/deskutils/chart/chart-3.0.0/
H A Dtemplate.go646maxRotation:50,mirror:!1,padding:0,reverse:!1,display:!0,autoSkip:!0,autoSkipPadding:0,labelOffset…
648 ….ctx.measureText(e).width,o=Math.cos(r.toRadians(i.maxRotation)),l=Math.sin(r.toRadians(i.maxRotat…
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DAngelScriptAPI.h8364 float maxRotation; variable
H A DLuaScriptAPI.dox4530 - float maxRotation
H A DScriptAPI.dox10013 - float maxRotation
/dports/www/mattermost-webapp/mattermost/client/
H A D125.912a09fc649c1a484799.js.map1maxRotation","mirror","autoSkip","autoSkipPadding","labelOffset","Scale","zeroLineIndex","paddingL…
/dports/www/moodle311/moodle/lib/amd/build/
H A Dchartjs-lazy.min.js.map1maxRotation","mirror","autoSkip","autoSkipPadding","labelOffset","minor","major","sample","arr","n…
/dports/www/moodle310/moodle/lib/amd/build/
H A Dchartjs-lazy.min.js.map1maxRotation","mirror","autoSkip","autoSkipPadding","labelOffset","formatters","minor","major","lab…
/dports/www/moodle39/moodle/lib/amd/build/
H A Dchartjs-lazy.min.js.map1maxRotation","mirror","autoSkip","autoSkipPadding","labelOffset","formatters","minor","major","lab…

12