Home
last modified time | relevance | path

Searched refs:yUnit (Results 1 – 25 of 52) sorted by relevance

123

/dports/devel/bullet/bullet3-3.21/examples/RenderingExamples/
H A DCoordinateSystemDemo.cpp91 btVector3 yUnit(0, 1, 0); in physicsDebugDraw() local
97 btQuaternion rotAroundY(yUnit, m_y); in physicsDebugDraw()
101 btVector3 toX = radius * quatRotate(rotAroundX, yUnit); in physicsDebugDraw()
113 …m_app->m_renderer->drawLine(yUnit + toY + quatRotate(rotAroundY, btVector3(-0.2, 0, 0.2)), yUnit +… in physicsDebugDraw()
114 …m_app->m_renderer->drawLine(yUnit + toY + quatRotate(rotAroundY, btVector3(0.1, 0, 0.2)), yUnit + … in physicsDebugDraw()
119 drawArc(yUnit, yUnit, toY.normalized(), radius, radius, 0.4, SIMD_2_PI, yUnit, false); in physicsDebugDraw()
/dports/devel/py-bullet3/bullet3-3.21/examples/RenderingExamples/
H A DCoordinateSystemDemo.cpp91 btVector3 yUnit(0, 1, 0); in physicsDebugDraw() local
97 btQuaternion rotAroundY(yUnit, m_y); in physicsDebugDraw()
101 btVector3 toX = radius * quatRotate(rotAroundX, yUnit); in physicsDebugDraw()
113 …m_app->m_renderer->drawLine(yUnit + toY + quatRotate(rotAroundY, btVector3(-0.2, 0, 0.2)), yUnit +… in physicsDebugDraw()
114 …m_app->m_renderer->drawLine(yUnit + toY + quatRotate(rotAroundY, btVector3(0.1, 0, 0.2)), yUnit + … in physicsDebugDraw()
119 drawArc(yUnit, yUnit, toY.normalized(), radius, radius, 0.4, SIMD_2_PI, yUnit, false); in physicsDebugDraw()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Chart/
H A DAxis.php77 private $yUnit = null; variable in Icinga\\Chart\\Axis
110 $this->yUnit->addValues($dataset, 1);
139 $this->yUnit = $unit;
239 …$steps = $this->ticksPerX($this->yUnit->getTicks(), $ctx->getNrOfUnitsY(), $this->minUnitsPerStep);
240 …$ticks = $this->ticksPerX($this->yUnit->getTicks(), $ctx->getNrOfUnitsY(), $this->minUnitsPerTick);
253 foreach ($this->yUnit as $label => $pos) {
367 $this->yUnit->setMin($yMin);
397 $this->yUnit->setMax($yMax);
414 100 - $this->yUnit->transform($points[1])
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Synthesis/_03_grids/_04_grids/
H A D_04_grids.pde15 float yUnit = (height-gap*2)/numSquares;
17 int squareHeight = int(yUnit);
26 float yoff = yUnit/2+gap;
28 float yp = yoff + (y*yUnit);
/dports/math/py-spectral/spectral-0.22.4/spectral/database/
H A Decostress.py202 yUnit = m['y units']
203 if yUnit.find('reflectence') > -1:
204 yUnit = 'reflectance (percent)'
205 elif yUnit.find('trans') == 0:
206 yUnit = 'transmittance (percent)'
211 m['x units'], yUnit, m['first x value'],
H A Daster.py155 xUnit, yUnit, minWavelength, maxWavelength, xData, yData): argument
167 xUnit, yUnit, minWavelength, maxWavelength, numValues, xBlob,
289 yUnit = m['y units']
290 if yUnit.find('reflectence') > -1:
291 yUnit = 'reflectance (percent)'
292 elif yUnit.find('trans') == 0:
293 yUnit = 'transmittance (percent)'
298 m['x units'], yUnit, m['first x value'],
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Synthesis/_03_grids/_05_grids/
H A D_05_grids.pde16 float yUnit = (height-gap*2)/numSquares;
18 float squareHeight = yUnit;
24 float yoff = yUnit/2+gap;
26 float yp = yoff + (y*yUnit);
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/Ternary/
H A DKChartTernaryCoordinatePlane_p.h64 yUnit = 0.0; in initialize()
80 qreal yUnit; variable
H A DKChartTernaryCoordinatePlane.cpp120 d->yUnit = -usableHeight / diagramNativeRectangle.height(); in layoutDiagrams()
126 zeroZeroPoint += QPointF( rightShift * d->xUnit, descent * d->yUnit ); in layoutDiagrams()
136 d->diagramRect.bottomLeft().y() + point.y() * d->yUnit ); in translate()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtcharts/examples/charts/chartinteractions/
H A Dchart.cpp95 double yUnit = this->plotArea().height() / vaxis->max(); in handlePointMove() local
99 double y = vaxis->max() - mappedPoint.y() / yUnit; in handlePointMove()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvectorimage/
H A Dcornerdetector.cpp84 TPointI yUnit(0, 1); in interpolate() local
118 yStep = currStep - yUnit; in interpolate()
120 yStep = currStep + yUnit; in interpolate()
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DMainWindow.cxx275 const float yUnit = radarRange / h2; in setProjectionRadar() local
282 -yCenter * yUnit, (height - yCenter) * yUnit, in setProjectionRadar()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DMainWindow.cxx275 const float yUnit = radarRange / h2; in setProjectionRadar() local
282 -yCenter * yUnit, (height - yCenter) * yUnit, in setProjectionRadar()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DDeconvolutionWithStride.cpp113 int count = ocDiv4 * unit.xUnit * unit.yUnit; in _gemmAndIm2col()
143 for (int fy = 0; fy < unit.yUnit; ++fy) { in _gemmAndIm2col()
152 for (int fy = 0; fy < unit.yUnit; ++fy) { in _gemmAndIm2col()
200 unit.yUnit = subKY; in DeconvolutionWithStride()
228 …std::vector<int>{unit.yUnit * unit.xUnit, UP_DIV(outputCount, hP), UP_DIV(srcCount, lP), lP * hP})… in DeconvolutionWithStride()
284 int subKy = unit.yUnit; in _extract()
306 std::shared_ptr<Tensor> K(Matrix::createShape(unit.xUnit, unit.yUnit)); in _extract()
388 auto kxky = unit.yUnit * unit.xUnit; in onResize()
H A DDeconvolutionWithStride.hpp27 int yUnit = 0; member
/dports/math/zegrapher/ZeGrapher-6832bd61291b3e82bc05233ae74e8d7556abe910/Widgets/
H A Dtangentwidget.cpp230 void TangentWidget::calculateTangentPoints(double xUnit, double yUnit) in calculateTangentPoints() argument
235 raty = (yUnit/xUnit+1)/2; in calculateTangentPoints()
236 ratx = (xUnit/yUnit+1)/2; in calculateTangentPoints()
H A Dtangentwidget.h38 void calculateTangentPoints(double xUnit, double yUnit);
/dports/math/zegrapher/ZeGrapher-6832bd61291b3e82bc05233ae74e8d7556abe910/Calculus/
H A Dregressionvaluessaver.cpp60 recalculate(Point{xUnit, yUnit}, viewMapper); in recalculate()
67 yUnit = graphUnits.y; in recalculate()
188 curves.first().prepend(QPointF(x , regression->eval(x) * yUnit)); in cartesianMove()
H A Dfuncvaluessaver.h54 double xUnit, yUnit, pixelStep, unitStep; variable
H A Dregressionvaluessaver.h68 double xUnit, yUnit, pixelStep, xUnitStep; variable
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/dialogs/
H A Dwx_html_report_panel.cpp141 int x, y, xUnit, yUnit; in scrollToBottom() local
144 m_htmlView->GetScrollPixelsPerUnit( &xUnit, &yUnit ); in scrollToBottom()
145 m_htmlView->Scroll( 0, y / yUnit ); in scrollToBottom()
/dports/deskutils/xchm/xchm-1.23/src/
H A Dchmhtmlwindow.cpp398 int xUnit = 0, yUnit = 0; in OnChar() local
417 GetScrollPixelsPerUnit(&xUnit, &yUnit); in OnChar()
418 Scroll(0, y / yUnit); in OnChar()
/dports/math/ogdf/OGDF/src/ogdf/layered/
H A DOptimalHierarchyClusterLayout.cpp810 const double yUnit = m_layerDistance; in computeYCoordinates() local
846 int kt = int(((contentMin-m_layerDistance) - currentTop) / yUnit); in computeYCoordinates()
848 currentTop += kt*yUnit; in computeYCoordinates()
850 int kb = int((currentBottom - (contentMax+m_layerDistance)) / yUnit); in computeYCoordinates()
852 currentBottom -= kb*yUnit; in computeYCoordinates()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxTreeList/src/
H A Dtreelistctrl.cpp3006 int xUnit, yUnit; in ScrollTo() local
3007 GetScrollPixelsPerUnit (&xUnit, &yUnit); in ScrollTo()
3011 start_y *= yUnit; in ScrollTo()
3026 …SetScrollbars (xUnit, yUnit, xUnit ? x/xUnit : 0, yUnit ? y/yUnit : 0, x_pos, yUnit ? item_y/yUnit in ScrollTo()
3029 item_y += yUnit + 2; in ScrollTo()
3030 …SetScrollbars (xUnit, yUnit, xUnit ? x/xUnit : 0, yUnit ? y/yUnit : 0, x_pos, yUnit ? (item_y+GetL… in ScrollTo()
3215 int xUnit, yUnit; in AdjustMyScrollbars() local
3218 if (yUnit == 0) yUnit = m_lineHeight; in AdjustMyScrollbars()
3226 SetScrollbars (xUnit, yUnit, x/xUnit, y/yUnit, x_pos, y_pos); in AdjustMyScrollbars()
3886 int xUnit, yUnit; in GetBoundingRect() local
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A Dtreelistctrl.cpp2977 int xUnit, yUnit; in ScrollTo() local
2978 GetScrollPixelsPerUnit (&xUnit, &yUnit); in ScrollTo()
2982 start_y *= yUnit; in ScrollTo()
2997 …SetScrollbars (xUnit, yUnit, xUnit ? x/xUnit : 0, yUnit ? y/yUnit : 0, x_pos, yUnit ? item_y/yUnit in ScrollTo()
3000 item_y += yUnit + 2; in ScrollTo()
3001 …SetScrollbars (xUnit, yUnit, xUnit ? x/xUnit : 0, yUnit ? y/yUnit : 0, x_pos, yUnit ? (item_y+GetL… in ScrollTo()
3189 int xUnit, yUnit; in AdjustMyScrollbars() local
3192 if (yUnit == 0) yUnit = m_lineHeight; in AdjustMyScrollbars()
3200 SetScrollbars (xUnit, yUnit, x/xUnit, y/yUnit, x_pos, y_pos); in AdjustMyScrollbars()
3878 int xUnit, yUnit; in GetBoundingRect() local
[all …]

123