Home
last modified time | relevance | path

Searched refs:boxMargin (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtSphereBoxCollisionAlgorithm.cpp100 btScalar boxMargin = boxShape->getMargin(); in getSphereDistance() local
116 btScalar intersectionDist = fRadius + boxMargin; in getSphereDistance()
140 pointOnBox = closestPoint + normal * boxMargin; in getSphereDistance()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionDispatch/
H A DbtSphereBoxCollisionAlgorithm.cpp100 btScalar boxMargin = boxShape->getMargin(); in getSphereDistance() local
116 btScalar intersectionDist = fRadius + boxMargin; in getSphereDistance()
140 pointOnBox = closestPoint + normal * boxMargin; in getSphereDistance()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionDispatch/
H A DbtSphereBoxCollisionAlgorithm.cpp100 btScalar boxMargin = boxShape->getMargin(); in getSphereDistance() local
116 btScalar intersectionDist = fRadius + boxMargin; in getSphereDistance()
140 pointOnBox = closestPoint + normal * boxMargin; in getSphereDistance()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionDispatch/
H A DbtSphereBoxCollisionAlgorithm.cpp105 btScalar boxMargin = boxShape->getMargin(); in getSphereDistance() local
121 btScalar intersectionDist = fRadius + boxMargin; in getSphereDistance()
145 pointOnBox = closestPoint + normal * boxMargin; in getSphereDistance()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtSphereBoxCollisionAlgorithm.cpp100 btScalar boxMargin = boxShape->getMargin(); in getSphereDistance() local
116 btScalar intersectionDist = fRadius + boxMargin; in getSphereDistance()
140 pointOnBox = closestPoint + normal * boxMargin; in getSphereDistance()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionDispatch/
H A DbtSphereBoxCollisionAlgorithm.cpp105 btScalar boxMargin = boxShape->getMargin(); in getSphereDistance() local
121 btScalar intersectionDist = fRadius + boxMargin; in getSphereDistance()
145 pointOnBox = closestPoint + normal * boxMargin; in getSphereDistance()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtSphereBoxCollisionAlgorithm.cpp100 btScalar boxMargin = boxShape->getMargin(); in getSphereDistance() local
116 btScalar intersectionDist = fRadius + boxMargin; in getSphereDistance()
140 pointOnBox = closestPoint + normal * boxMargin; in getSphereDistance()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtSphereBoxCollisionAlgorithm.cpp100 btScalar boxMargin = boxShape->getMargin(); in getSphereDistance() local
116 btScalar intersectionDist = fRadius + boxMargin; in getSphereDistance()
140 pointOnBox = closestPoint + normal * boxMargin; in getSphereDistance()
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/
H A DAllChem.py76 def ComputeMolVolume(mol, confId=-1, gridSpacing=0.2, boxMargin=2.0): argument
100 sideLen = (box[1].x - box[0].x + 2 * boxMargin, box[1].y - box[0].y + 2 * boxMargin,
101 box[1].z - box[0].z + 2 * boxMargin)
/dports/devel/p5-JQuery/JQuery-1.06/lib/JQuery/jquery_js/plugins/greybox/
H A Die-hacks.css4 (boxMargin = document.documentElement &&
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/printing/
H A Dprintconfigwidgets.cpp587 int KatePrintLayout::boxMargin() in boxMargin() function in KatePrintLayout
620 int boxMargin = layoutGroup.readEntry("BoxMargin", 6); in readSettings() local
621 sbBoxMargin->setValue(boxMargin); in readSettings()
637 layoutGroup.writeEntry("BoxMargin", boxMargin()); in writeSettings()
H A Dprintconfigwidgets.h123 int boxMargin();
H A Dkateprinter.cpp108 m_painter.setBoxMargin(kpl->boxMargin()); in print()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DConfigDialog.h158 QSpinBox *boxMinutes, *boxLineWidth, *boxFrameWidth, *boxResolution, *boxMargin, *boxPrecision, variable
H A DConfigDialog.cpp302 boxMargin = new QSpinBox(); in initPlotsPage()
303 boxMargin->setRange(0, 1000); in initPlotsPage()
304 boxMargin->setSingleStep(5); in initPlotsPage()
305 boxMargin->setValue(app->defaultPlotMargin); in initPlotsPage()
306 optionsLayout->addWidget(boxMargin, 6, 1); in initPlotsPage()
1103 app->defaultPlotMargin = boxMargin->value(); in apply()
H A DPlotDialog.h168 QSpinBox *boxBackgroundTransparency, *boxCanvasTransparency, *boxBorderWidth, *boxMargin; variable
H A DPlotDialog.cpp347 boxMargin = new QSpinBox(); in initLayerPage()
348 boxMargin->setRange(0, 1000); in initLayerPage()
349 boxMargin->setSingleStep(5); in initLayerPage()
350 box4Layout->addWidget(boxMargin, 0, 1); in initLayerPage()
370 connect(boxMargin, SIGNAL(valueChanged(int)), this, SLOT(changeMargin(int))); in initLayerPage()
1457 boxMargin->setValue(p->margin()); in setActiveLayer()
1697 g->setMargin(boxMargin->value()); in acceptParams()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DConfigDialog.h203 …QSpinBox *boxMinutes, *boxLineWidth, *boxFrameWidth, *boxResolution, *boxMargin, *boxPrecision, *b…
H A DConfigDialog.cpp295 boxMargin = new QSpinBox(); in test_pack_asn1_integer()
296 boxMargin->setRange(0, 1000); in test_pack_asn1_integer()
297 boxMargin->setSingleStep(5); in test_pack_asn1_integer()
298 boxMargin->setValue(app->defaultPlotMargin); in test_pack_asn1_integer()
299 optionsLayout->addWidget(boxMargin, 5, 1); in test_pack_asn1_integer()
2408 app->defaultPlotMargin = boxMargin->value();
3653 boxMargin->setValue(app->defaultPlotMargin);
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/dialogs/
H A DPlotDialog.h252 QSpinBox *boxBackgroundTransparency, *boxCanvasTransparency, *boxBorderWidth, *boxMargin; variable
H A DPlotDialog.cpp468 boxMargin = new QSpinBox(); in initLayerPage()
469 boxMargin->setRange( 0, 1000 ); in initLayerPage()
470 boxMargin->setSingleStep(5); in initLayerPage()
471 boxBkgLayout->addWidget( boxMargin, 3, 1); in initLayerPage()
474 l3->setBuddy(boxMargin); in initLayerPage()
514 connect(boxMargin, SIGNAL(valueChanged (int)), this, SLOT(applyLayerFormat())); in initLayerPage()
2797 boxMargin->blockSignals(true); in setActiveLayer()
2804 boxMargin->setValue(g->margin()); in setActiveLayer()
2847 boxMargin->blockSignals(false); in setActiveLayer()
3607 g->setMargin(boxMargin->value()); in applyFormatToLayer()
[all …]
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dtiledproxystyle.cpp709 const qreal boxMargin = dpiScaled(3.5, option); in drawControl() local
710 const qreal boxWidth = checkcol - 2 * boxMargin; in drawControl()
711 …QRectF checkRectF(option->rect.left() + boxMargin + checkColHOffset, option->rect.center().y() - b… in drawControl()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/
H A Dflowables.py1490 boxMargin=None, argument
1512 self._boxMargin = boxMargin
1764 boxMargin=self._boxMargin,
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp1596 const qreal boxMargin = dpiScaled(3.5, option); in drawControl() local
1597 const qreal boxWidth = checkcol - 2 * boxMargin; in drawControl()
1598 …QRectF checkRectF(option->rect.left() + boxMargin + checkColHOffset, option->rect.center().y() - b… in drawControl()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp1596 const qreal boxMargin = dpiScaled(3.5, option); in drawControl() local
1597 const qreal boxWidth = checkcol - 2 * boxMargin; in drawControl()
1598 …QRectF checkRectF(option->rect.left() + boxMargin + checkColHOffset, option->rect.center().y() - b… in drawControl()

12