/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/geometry/ |
H A D | qgscircularstring.sip.in | 45 bool useShortestArc = true ); 50 If ``useShortestArc`` is ``True``, then the arc returned will be that corresponding
|
H A D | qgsgeometryutils.sip.in | 331 …const QgsPoint &p1, const QgsPoint &p2, const QgsPoint ¢er, bool useShortestArc = true ) /Hold… 336 If ``useShortestArc`` is ``True``, then the midpoint returned will be that corresponding
|
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/geometry/ |
H A D | qgscircularstring.sip.in | 67 bool useShortestArc = true ); 72 If ``useShortestArc`` is ``True``, then the arc returned will be that corresponding
|
H A D | qgsgeometryutils.sip.in | 364 …const QgsPoint &p1, const QgsPoint &p2, const QgsPoint ¢er, bool useShortestArc = true ) /Hold… 369 If ``useShortestArc`` is ``True``, then the midpoint returned will be that corresponding
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/ |
H A D | qgscircularstring.h | 66 bool useShortestArc = true );
|
H A D | qgsgeometryutils.h | 363 …const QgsPoint &p1, const QgsPoint &p2, const QgsPoint ¢er, bool useShortestArc = true ) SIP_H…
|
H A D | qgscircularstring.cpp | 72 …Center( const QgsPoint &p1, const QgsPoint &p2, const QgsPoint ¢er, const bool useShortestArc ) in fromTwoPointsAndCenter() argument 74 … QgsPoint midPoint = QgsGeometryUtils::segmentMidPointFromCenter( p1, p2, center, useShortestArc ); in fromTwoPointsAndCenter()
|
H A D | qgsgeometryutils.cpp | 844 …Center( const QgsPoint &p1, const QgsPoint &p2, const QgsPoint ¢er, const bool useShortestArc ) in segmentMidPointFromCenter() argument 848 if ( !useShortestArc ) in segmentMidPointFromCenter()
|
H A D | qgsgeometry.cpp | 309 const bool useShortestArc = angularWidth <= 180.0; in createWedgeBuffer() local 311 …rString( QgsCircularString::fromTwoPointsAndCenter( outerP1, outerP2, center, useShortestArc ) ) ); in createWedgeBuffer() 318 …rString( QgsCircularString::fromTwoPointsAndCenter( innerP2, innerP1, center, useShortestArc ) ) ); in createWedgeBuffer()
|
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/ |
H A D | qgscircularstring.h | 86 bool useShortestArc = true );
|
H A D | qgsgeometryutils.h | 393 …const QgsPoint &p1, const QgsPoint &p2, const QgsPoint ¢er, bool useShortestArc = true ) SIP_H…
|
H A D | qgscircularstring.cpp | 120 …Center( const QgsPoint &p1, const QgsPoint &p2, const QgsPoint ¢er, const bool useShortestArc ) in fromTwoPointsAndCenter() argument 122 … QgsPoint midPoint = QgsGeometryUtils::segmentMidPointFromCenter( p1, p2, center, useShortestArc ); in fromTwoPointsAndCenter()
|
H A D | qgsgeometryutils.cpp | 861 …Center( const QgsPoint &p1, const QgsPoint &p2, const QgsPoint ¢er, const bool useShortestArc ) in segmentMidPointFromCenter() argument 865 if ( !useShortestArc ) in segmentMidPointFromCenter()
|
H A D | qgsgeometry.cpp | 315 const bool useShortestArc = angularWidth <= 180.0; in createWedgeBuffer() local 317 …rString( QgsCircularString::fromTwoPointsAndCenter( outerP1, outerP2, center, useShortestArc ) ) ); in createWedgeBuffer() 324 …rString( QgsCircularString::fromTwoPointsAndCenter( innerP2, innerP1, center, useShortestArc ) ) ); in createWedgeBuffer()
|