Home
last modified time | relevance | path

Searched refs:minDistY (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/vector/
H A Dqgsgeometrysnappersinglesource.cpp164 double minDistX, minDistY; // coordinates of the closest point on the segment line in snapLineString() local
229 …metryUtils::sqrDistToLine( pnts[spoint].x, pnts[spoint].y, x1, y1, x2, y2, minDistX, minDistY, 0 ); in snapLineString()
232 double dy1 = minDistY - y1, dy2 = minDistY - y2; in snapLineString()
239 item.along = QgsPointXY( x1, y1 ).distance( minDistX, minDistY ); in snapLineString()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/vector/
H A Dqgsgeometrysnappersinglesource.cpp164 double minDistX, minDistY; // coordinates of the closest point on the segment line in snapLineString() local
229 …metryUtils::sqrDistToLine( pnts[spoint].x, pnts[spoint].y, x1, y1, x2, y2, minDistX, minDistY, 0 ); in snapLineString()
232 double dy1 = minDistY - y1, dy2 = minDistY - y2; in snapLineString()
239 item.along = QgsPointXY( x1, y1 ).distance( minDistX, minDistY ); in snapLineString()
H A Dqgsgeometrysnapper.cpp106 double minDistX, minDistY; in withinDistance() local
107 …idxFrom->point().y(), idxTo->point().x(), idxTo->point().y(), minDistX, minDistY, 4 * std::numeric… in withinDistance()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgspolygon.cpp285 double minDistY = 0.0; in pointDistanceToBoundary() local
304 …tance, QgsGeometryUtils::sqrDistToLine( x, y, aX, aY, bX, bY, minDistX, minDistY, 4 * std::numeric… in pointDistanceToBoundary()
H A Dqgsgeometryutils.cpp203 …Y, double x1, double y1, double x2, double y2, double &minDistX, double &minDistY, double epsilon ) in sqrDistToLine() argument
206 minDistY = y1; in sqrDistToLine()
217 minDistY = y2; in sqrDistToLine()
222 minDistY += dy * t; in sqrDistToLine()
227 dy = ptY - minDistY; in sqrDistToLine()
235 minDistY = ptY; in sqrDistToLine()
H A Dqgsgeometryutils.h94 … x1, double y1, double x2, double y2, double &minDistX SIP_OUT, double &minDistY SIP_OUT, double e…
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgspolygon.cpp285 double minDistY = 0.0; in pointDistanceToBoundary() local
304 …tance, QgsGeometryUtils::sqrDistToLine( x, y, aX, aY, bX, bY, minDistX, minDistY, 4 * std::numeric… in pointDistanceToBoundary()
H A Dqgsgeometryutils.cpp203 …Y, double x1, double y1, double x2, double y2, double &minDistX, double &minDistY, double epsilon ) in sqrDistToLine() argument
206 minDistY = y1; in sqrDistToLine()
217 minDistY = y2; in sqrDistToLine()
222 minDistY += dy * t; in sqrDistToLine()
227 dy = ptY - minDistY; in sqrDistToLine()
235 minDistY = ptY; in sqrDistToLine()
H A Dqgsgeometryutils.h93 … x1, double y1, double x2, double y2, double &minDistX SIP_OUT, double &minDistY SIP_OUT, double e…
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/scopes/audioscopes/
H A Daudiospectrum.cpp331 const int minDistY = 30; in renderHUD() local
337 … const int dbDiff = int(ceil((float(minDistY) * (m_dBmax - m_dBmin)) / m_innerScopeRect.height())); in renderHUD()
355 if (y - topDist > m_innerScopeRect.height() - minDistY + 10) { in renderHUD()
H A Dspectrogram.cpp170 const int minDistY = 30; // Minimum distance between two lines in renderHUD() local
194 … for (int frameNumber = 0; frameNumber < m_innerScopeRect.height(); frameNumber += minDistY) { in renderHUD()
/dports/graphics/qgis/qgis-3.22.3/src/app/labeling/
H A Dqgsmaptoolmovelabel.cpp611 double minDistY = 0; in snapCalloutPointToCommonAngle() local
612 …nt.x(), mapPoint.y(), start.x(), start.y(), end.x(), end.y(), minDistX, minDistY, 4 * std::numeric… in snapCalloutPointToCommonAngle()
617 closestY = minDistY; in snapCalloutPointToCommonAngle()
/dports/graphics/nurbs++/nurbs++-3.0.11/nurbs/
H A Dcurve.h69 …virtual Point_nD<T,N> minDistY(T y, T& guessU, T error=0.0001, T s=-1, int sep=9, int maxIter=10, …
H A Dcurve.cpp133 Point_nD<T,N> ParaCurve<T,N>::minDistY(T y, T& guessU, T error, T s, int sep, int maxIter, T um, T … in minDistY() function in PLib::ParaCurve
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/geometry/
H A Dqgsgeometryutils.sip.in85 …le x1, double y1, double x2, double y2, double &minDistX /Out/, double &minDistY /Out/, double eps…
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/geometry/
H A Dqgsgeometryutils.sip.in85 …le x1, double y1, double x2, double y2, double &minDistX /Out/, double &minDistY /Out/, double eps…