Home
last modified time | relevance | path

Searched refs:minClearance (Results 1 – 23 of 23) sorted by relevance

/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/precision/
H A DSimpleMinimumClearance.java54 private double minClearance; field in SimpleMinimumClearance
65 return minClearance; in getDistance()
78 minClearance = Double.MAX_VALUE; in compute()
84 if (candidateValue < minClearance) { in updateClearance()
85 minClearance = candidateValue; in updateClearance()
94 if (candidateValue < minClearance) { in updateClearance()
95 minClearance = candidateValue; in updateClearance()
H A DMinimumClearance.java135 private double minClearance; field in MinimumClearance
162 return minClearance; in getDistance()
192 minClearance = Double.MAX_VALUE; in compute()
203 minClearance = mcd.distance( in compute()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/drc/
H A Ddrc_test_provider_silk_to_mask.cpp146 int minClearance = constraint.GetValue().Min(); in Run() local
148 if( minClearance < 0 ) in Run()
154 if( aRefItem->shape->Collide( aTestItem->shape, minClearance, &actual, &pos ) ) in Run()
158 if( minClearance > 0 ) in Run()
162 MessageTextFromValue( userUnits(), minClearance ), in Run()
H A Ddrc_test_provider_silk_clearance.cpp203 int minClearance = constraint.GetValue().Min(); in Run() local
205 if( minClearance < 0 ) in Run()
225 if( aRefItem->shape->Collide( aTestItem->shape, minClearance, &actual, &pos ) ) in Run()
229 if( minClearance > 0 ) in Run()
233 MessageTextFromValue( userUnits(), minClearance ), in Run()
H A Ddrc_test_provider_edge_clearance.cpp89 int minClearance = constraint.GetValue().Min(); in testAgainstEdge() local
93 if( minClearance >= 0 && itemShape->Collide( edgeShape.get(), minClearance, &actual, &pos ) ) in testAgainstEdge()
98 if( minClearance > 0 ) in testAgainstEdge()
102 MessageTextFromValue( userUnits(), minClearance ), in testAgainstEdge()
H A Ddrc_test_provider_hole_to_hole.cpp307 int minClearance = constraint.GetValue().Min() - epsilon; in testHoleAgainstHole() local
309 if( minClearance >= 0 && actual < minClearance ) in testHoleAgainstHole()
315 MessageTextFromValue( userUnits(), minClearance ), in testHoleAgainstHole()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/projecteditor/boardeditor/
H A Dboardclipboarddata.h166 UnsignedLength minClearance; member
174 const UnsignedLength& minWidth, const UnsignedLength& minClearance, in Plane()
181 minClearance(minClearance), in Plane()
196 minClearance(deserialize<UnsignedLength>( in Plane()
212 root.appendChild("min_clearance", minClearance, false); in serialize()
221 (minWidth != rhs.minWidth) || (minClearance != rhs.minClearance) ||
/dports/graphics/geos/geos-3.9.1/src/precision/
H A DMinimumClearance.cpp40 return minClearance; in getDistance()
49 if(minClearance == std::numeric_limits<double>::infinity()) { in getLine()
175 minClearance = std::numeric_limits<double>::infinity(); in compute()
186 minClearance = mcd.distance( in compute()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/boards/items/
H A Dbi_plane.cpp170 void BI_Plane::setMinClearance(const UnsignedLength& minClearance) noexcept { in setMinClearance() argument
171 if (minClearance != mMinClearance) { in setMinClearance()
172 mMinClearance = minClearance; in setMinClearance()
H A Dbi_plane.h98 void setMinClearance(const UnsignedLength& minClearance) noexcept;
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/boards/cmd/
H A Dcmdboardplaneedit.cpp122 const UnsignedLength& minClearance) noexcept { in setMinClearance() argument
124 mNewMinClearance = minClearance; in setMinClearance()
H A Dcmdboardplaneedit.h64 void setMinClearance(const UnsignedLength& minClearance) noexcept;
/dports/graphics/geos/geos-3.9.1/include/geos/precision/
H A DMinimumClearance.h33 double minClearance; variable
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/function/
H A DTestCaseGeometryFunctions.java50 public static double minClearance(Geometry g) in minClearance() method in TestCaseGeometryFunctions
H A DPrecisionFunctions.java45 public static double minClearance(Geometry g) in minClearance() method in PrecisionFunctions
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/mathml/
H A DnsMathMLmfracFrame.cpp339 nscoord minClearance = displayStyle ? in PlaceInternal() local
342 minClearance = mathFont->MathTable()-> in PlaceInternal()
356 if (actualClearance < minClearance) { in PlaceInternal()
357 nscoord halfGap = (minClearance - actualClearance)/2; in PlaceInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/
H A DnsMathMLmfracFrame.cpp309 nscoord minClearance = in PlaceInternal() local
312 minClearance = mathFont->MathTable()->Constant( in PlaceInternal()
325 if (actualClearance < minClearance) { in PlaceInternal()
326 nscoord halfGap = (minClearance - actualClearance) / 2; in PlaceInternal()
/dports/www/firefox-esr/firefox-91.8.0/layout/mathml/
H A DnsMathMLmfracFrame.cpp334 nscoord minClearance = in PlaceInternal() local
337 minClearance = mathFont->MathTable()->Constant( in PlaceInternal()
346 if (actualClearance < minClearance) { in PlaceInternal()
347 nscoord halfGap = (minClearance - actualClearance) / 2; in PlaceInternal()
/dports/www/firefox/firefox-99.0/layout/mathml/
H A DnsMathMLmfracFrame.cpp335 nscoord minClearance = in PlaceInternal() local
338 minClearance = mathFont->MathTable()->Constant( in PlaceInternal()
347 if (actualClearance < minClearance) { in PlaceInternal()
348 nscoord halfGap = (minClearance - actualClearance) / 2; in PlaceInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/mathml/
H A DnsMathMLmfracFrame.cpp334 nscoord minClearance = in PlaceInternal() local
337 minClearance = mathFont->MathTable()->Constant( in PlaceInternal()
346 if (actualClearance < minClearance) { in PlaceInternal()
347 nscoord halfGap = (minClearance - actualClearance) / 2; in PlaceInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/
H A DnsMathMLmfracFrame.cpp334 nscoord minClearance = in PlaceInternal() local
337 minClearance = mathFont->MathTable()->Constant( in PlaceInternal()
346 if (actualClearance < minClearance) { in PlaceInternal()
347 nscoord halfGap = (minClearance - actualClearance) / 2; in PlaceInternal()
/dports/math/jts/jts-jts-1.18.1/modules/tests/src/main/java/org/locationtech/jtstest/geomop/
H A DTestCaseGeometryFunctions.java61 public static double minClearance(Geometry g) in minClearance() method in TestCaseGeometryFunctions
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/projecteditor/cmd/
H A Dcmdpasteboarditems.cpp259 copy->setMinClearance(plane.minClearance); in performExecute()