Home
last modified time | relevance | path

Searched refs:maxAngle (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Lint/
H A DCheckAngle.cs27 var maxAngle = missile.MaximumLaunchAngle.Angle; in Run()
30 var testMaxAngle = minAngle != maxAngle; in Run()
31 CheckLaunchAngles(weaponInfo.Key, minAngle, testMaxAngle, maxAngle, emitError); in Run()
38 var maxAngle = bullet.LaunchAngle.Length > 1 ? bullet.LaunchAngle[1].Angle : minAngle; in Run()
41 var testMaxAngle = minAngle != maxAngle; in Run()
42 CheckLaunchAngles(weaponInfo.Key, minAngle, testMaxAngle, maxAngle, emitError); in Run()
52 …static void CheckLaunchAngles(string weaponInfo, int minAngle, bool testMaxAngle, int maxAngle, Ac… in CheckLaunchAngles() argument
56 if (testMaxAngle && InvalidAngle(maxAngle)) in CheckLaunchAngles()
59 if ((minAngle < 256) && (maxAngle < 256) && (minAngle > maxAngle)) in CheckLaunchAngles()
61 if ((minAngle > 768) && (maxAngle > 768) && (minAngle > maxAngle)) in CheckLaunchAngles()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmsmooth.cpp98 …std::unique_ptr< QgsProcessingParameterNumber > maxAngle = qgis::make_unique< QgsProcessingParamet… in initParameters() local
101 maxAngle->setIsDynamic( true ); in initParameters()
102maxAngle->setDynamicPropertyDefinition( QgsPropertyDefinition( QStringLiteral( "MAX_ANGLE" ), QObj… in initParameters()
103 maxAngle->setDynamicLayerParameterName( QStringLiteral( "INPUT" ) ); in initParameters()
104 addParameter( maxAngle.release() ); in initParameters()
140 double maxAngle = mMaxAngle; in processFeature() local
142 maxAngle = mMaxAngleProperty.valueAsDouble( context.expressionContext(), maxAngle ); in processFeature()
144 QgsGeometry outputGeometry = f.geometry().smooth( iterations, offset, -1, maxAngle ); in processFeature()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmsmooth.cpp98 …std::unique_ptr< QgsProcessingParameterNumber > maxAngle = std::make_unique< QgsProcessingParamete… in initParameters() local
101 maxAngle->setIsDynamic( true ); in initParameters()
102maxAngle->setDynamicPropertyDefinition( QgsPropertyDefinition( QStringLiteral( "MAX_ANGLE" ), QObj… in initParameters()
103 maxAngle->setDynamicLayerParameterName( QStringLiteral( "INPUT" ) ); in initParameters()
104 addParameter( maxAngle.release() ); in initParameters()
140 double maxAngle = mMaxAngle; in processFeature() local
142 maxAngle = mMaxAngleProperty.valueAsDouble( context.expressionContext(), maxAngle ); in processFeature()
144 const QgsGeometry outputGeometry = f.geometry().smooth( iterations, offset, -1, maxAngle ); in processFeature()
/dports/comms/nanovna-saver/nanovna-saver-0.3.8/NanoVNASaver/Charts/
H A DPhase.py42 self.maxAngle = 0
99 maxAngle = self.maxDisplayValue
102 maxAngle = math.ceil(np.max(self.unwrappedData))
105 maxAngle = math.ceil(np.max(self.unwrappedReference))
108 maxAngle = 180
110 span = maxAngle - minAngle
114 self.maxAngle = maxAngle
121 y = self.topMargin + round((self.maxAngle - angle) / self.span * self.chartHeight)
122 if angle != minAngle and angle != maxAngle:
140 qp.drawText(3, self.topMargin + 5, str(maxAngle) + "°")
[all …]
/dports/math/glm/glm-0.9.9.8/test/gtx/
H A Dgtx_euler_angle.cpp382 value const maxAngle(glm::pi<value>()); in test() local
383 value const maxAngleWithDelta(maxAngle - 0.0000001f); in test()
396 testEulerAngles.push_back(glm::vec3(maxAngle, minMidAngle, maxAngle)); in test()
402 testEulerAngles.push_back(glm::vec3(maxAngle, maxMidAngle, maxAngle)); in test()
408 testEulerAngles.push_back(glm::vec3(maxAngle, maxAngle, minAngle)); in test()
409 testEulerAngles.push_back(glm::vec3(maxAngle, maxAngle, maxAngle)); in test()
441 value const maxAngle(glm::pi<value>()); in test() local
455 testEulerAngles.push_back(glm::vec3(maxAngle, minMidAngle, maxAngle)); in test()
461 testEulerAngles.push_back(glm::vec3(maxAngle, maxMidAngle, maxAngle)); in test()
467 testEulerAngles.push_back(glm::vec3(maxAngle, maxAngle, minAngle)); in test()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/glm/test/gtx/
H A Dgtx_euler_angle.cpp382 value const maxAngle(glm::pi<value>()); in test() local
383 value const maxAngleWithDelta(maxAngle - 0.0000001f); in test()
396 testEulerAngles.push_back(glm::vec3(maxAngle, minMidAngle, maxAngle)); in test()
402 testEulerAngles.push_back(glm::vec3(maxAngle, maxMidAngle, maxAngle)); in test()
408 testEulerAngles.push_back(glm::vec3(maxAngle, maxAngle, minAngle)); in test()
409 testEulerAngles.push_back(glm::vec3(maxAngle, maxAngle, maxAngle)); in test()
441 value const maxAngle(glm::pi<value>()); in test() local
455 testEulerAngles.push_back(glm::vec3(maxAngle, minMidAngle, maxAngle)); in test()
461 testEulerAngles.push_back(glm::vec3(maxAngle, maxMidAngle, maxAngle)); in test()
467 testEulerAngles.push_back(glm::vec3(maxAngle, maxAngle, minAngle)); in test()
[all …]
/dports/graphics/animorph/animorph-0.3/src/
H A DPoseTarget.cpp75 maxAngle = (tmpRotation.getMaxAngle() > maxAngle) ? tmpRotation.getMaxAngle() : maxAngle; in load()
99maxAngle = (tmpTranslation.getMaxAngle() > maxAngle) ? tmpTranslation.getMaxAngle() : maxAngle; in load()
203 if((*rotations_it).getMinAngle() != minAngle || (*rotations_it).getMaxAngle() != maxAngle) in calcNormalizations()
213 if((*rotations_it).getMinAngle() != minAngle || (*rotations_it).getMaxAngle() != maxAngle) in calcNormalizations()
223 if((*translations_it).getMinAngle() != minAngle || (*translations_it).getMaxAngle() != maxAngle) in calcNormalizations()
233 if((*translations_it).getMinAngle() != minAngle || (*translations_it).getMaxAngle() != maxAngle) in calcNormalizations()
/dports/misc/openvdb/openvdb-9.0.0/nanovdb/nanovdb/examples/benchmark/
H A DBenchmark_dense.cc104 const int maxAngle = 360; in main() local
105 for (int angle = 0; angle < maxAngle; ++angle) { in main()
124maxAngle, imgHandle.image()->size(), elapsedTime, elapsedTime/maxAngle, 1000.0f*maxAngle/elapsedTi… in main()
H A DBenchmark_nano.cc109 const int maxAngle = 360; in main() local
110 for (int angle = 0; angle < maxAngle; ++angle) { in main()
131maxAngle, imgHandle.image()->size(), elapsedTime, elapsedTime/maxAngle, 1000.0f*maxAngle/elapsedTi… in main()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxFontUtils.h1262 if (maxAngle >= 0.0) {
1267 return kNegate - maxAngle;
1286 if (maxAngle >= kDefaultAngle) {
1289 if (maxAngle > 0.0) {
1313 if (maxAngle >= targetAngle) {
1316 if (maxAngle > 0.0) {
1331 if (maxAngle <= targetAngle) {
1332 return targetAngle - maxAngle;
1357 if (maxAngle >= targetAngle) {
1360 if (maxAngle > 0.0) {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxFontUtils.h1232 if (maxAngle >= 0.0) {
1237 return kNegate - maxAngle;
1256 if (maxAngle >= kDefaultAngle) {
1259 if (maxAngle > 0.0) {
1283 if (maxAngle >= targetAngle) {
1286 if (maxAngle > 0.0) {
1301 if (maxAngle <= targetAngle) {
1302 return targetAngle - maxAngle;
1327 if (maxAngle >= targetAngle) {
1330 if (maxAngle > 0.0) {
[all …]
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxFontUtils.h1268 if (maxAngle >= 0.0) {
1273 return kNegate - maxAngle;
1292 if (maxAngle >= kDefaultAngle) {
1295 if (maxAngle > 0.0) {
1319 if (maxAngle >= targetAngle) {
1322 if (maxAngle > 0.0) {
1337 if (maxAngle <= targetAngle) {
1338 return targetAngle - maxAngle;
1363 if (maxAngle >= targetAngle) {
1366 if (maxAngle > 0.0) {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxFontUtils.h1262 if (maxAngle >= 0.0) {
1267 return kNegate - maxAngle;
1286 if (maxAngle >= kDefaultAngle) {
1289 if (maxAngle > 0.0) {
1313 if (maxAngle >= targetAngle) {
1316 if (maxAngle > 0.0) {
1331 if (maxAngle <= targetAngle) {
1332 return targetAngle - maxAngle;
1357 if (maxAngle >= targetAngle) {
1360 if (maxAngle > 0.0) {
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeUpgrade/
H A DShapeUpgrade_SplitSurfaceAngle.cxx96 Standard_Real maxAngle = myMaxAngle; //maximal u length of segment in Compute() local
98 Standard_Integer nbSegments = Standard_Integer((uLength-Precision::Angular())/maxAngle)+1; in Compute()
100 if(!isRect || !(uLength < maxAngle) || !((U2-U1) < maxAngle)) in Compute()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/plotting/RNApuzzler/includes/
H A DboundingWedge.inc30 * @param maxAngle
37 double *maxAngle);
45 double *maxAngle)
95 *maxAngle = nodeAngle;
196 if (pointAngle > *maxAngle)
198 *maxAngle = pointAngle;
229 if (pointAngle > *maxAngle)
231 *maxAngle = pointAngle;
244 getBoundingWedgeRec(root, child, nodeAngle, minAngle, maxAngle);
253 double *maxAngle)
[all …]
/dports/graphics/animorph/animorph-0.3/include/animorph/
H A DPoseTarget.h81 float maxAngle; variable
101 maxAngle(0.0f) in PoseTarget()
121 const float getMaxAngle() const {return maxAngle;} in getMaxAngle()
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DHydrogenBond.c43 static gdouble maxAngle = 215.0; variable
62 maxAngle = 215.0; in initHBonds()
79 fprintf(file,"%f\n",maxAngle); in save_HBonds_properties()
108 n = fscanf(file,"%lf\n",&maxAngle); in read_HBonds_properties()
148 maxAngle = atof(tentry); in set_HBonds()
149 if(maxAngle<1e-6)maxAngle = 215.0; in set_HBonds()
150 if(maxAngle<=minAngle) maxAngle = minAngle + 70.0; in set_HBonds()
164 t = g_strdup_printf("%f",maxAngle); in set_HBonds()
544 t = g_strdup_printf("%f",maxAngle); in set_HBonds_dialog()
612 return maxAngle; in getMaxAngleHBonds()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuVariables.pas915 maxAngle: 0;
943 maxAngle: 0;
971 maxAngle: 0;
997 maxAngle: 0;
1027 maxAngle: 0;
1053 maxAngle: 0;
1081 maxAngle: 0;
1108 maxAngle: 0;
1166 maxAngle: 0;
1190 maxAngle: 0;
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuVariables.pas915 maxAngle: 0;
943 maxAngle: 0;
971 maxAngle: 0;
997 maxAngle: 0;
1027 maxAngle: 0;
1053 maxAngle: 0;
1081 maxAngle: 0;
1108 maxAngle: 0;
1166 maxAngle: 0;
1190 maxAngle: 0;
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/handlers/
H A Dqquickdraghandler.cpp201 qreal maxAngle = -361; in handlePointerEventImpl() local
236 maxAngle = qMax(angle, maxAngle); in handlePointerEventImpl()
257 qreal angleDiff = maxAngle - minAngle; in handlePointerEventImpl()
260 … qCDebug(lcDragHandler) << "angle min" << minAngle << "max" << maxAngle << "range" << angleDiff; in handlePointerEventImpl()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/handlers/
H A Dqquickdraghandler.cpp201 qreal maxAngle = -361; in handlePointerEventImpl() local
236 maxAngle = qMax(angle, maxAngle); in handlePointerEventImpl()
257 qreal angleDiff = maxAngle - minAngle; in handlePointerEventImpl()
260 … qCDebug(lcDragHandler) << "angle min" << minAngle << "max" << maxAngle << "range" << angleDiff; in handlePointerEventImpl()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Geometry/
H A DNormalConeT_impl.hh127 Scalar maxAngle = std::max( angle(), centerAngle + _cone.angle()); in merge() local
128 angle_ = (maxAngle - minAngle) * Scalar(0.5f); in merge()
131 Scalar axisAngle = Scalar(0.5f) * (minAngle + maxAngle); in merge()
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/scripts/lib/fontbuild/
H A DmitreGlyph.py65 def getMitreOffset(n,v1,v2,mitreSize=4,maxAngle=.9): argument
78 if angle > maxAngle:
86 def mitreGlyph(g,mitreSize,maxAngle): argument
98 off = getMitreOffset(s,v1,v2,mitreSize,maxAngle)
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkPolarAxesActor.cxx376 double maxAngle = this->MaximumAngle; in CalculateBounds() local
379 if ( maxAngle < -180. ) in CalculateBounds()
383 maxAngle += 360.; in CalculateBounds()
389 maxAngle -= 360.; in CalculateBounds()
396 double thetaMax = vtkMath::RadiansFromDegrees( maxAngle ); in CalculateBounds()
403 if ( minAngle * maxAngle < 0. ) in CalculateBounds()
407 if ( minAngle < 180. && maxAngle > 180. ) in CalculateBounds()
419 else if ( minAngle < 180. && maxAngle > 180. ) in CalculateBounds()
435 if ( minAngle < -90. && maxAngle > -90. ) in CalculateBounds()
439 if ( minAngle < 90. && maxAngle > 90. ) in CalculateBounds()
[all …]
/dports/graphics/yacreader/yacreader-9.8.2/custom_widgets/
H A Dyacreader_gl_flow_config_widget.cpp147 maxAngle = new YACReaderSpinSliderWidget(this); in YACReaderGLFlowConfigWidget()
148 maxAngle->setText(tr("Max angle")); in YACReaderGLFlowConfigWidget()
149 maxAngle->setRange(0, 90); in YACReaderGLFlowConfigWidget()
166 optionsLayout->addWidget(maxAngle, 5, 0); in YACReaderGLFlowConfigWidget()
236 maxAngle->setValue(preset.viewAngle); in setValues()

123456789