/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/data/ |
H A D | GeoDataLineString.cpp | 72 dateLineCoords = currentCoords; in interpolateDateLine() 104 return currentCoords; in findDateLine() 207 GeoDataCoordinates currentCoords; in optimize() local 226 currentCoords = *itCoords; in optimize() 235 currentCoords = *itCoords; in optimize() 244 currentCoords = *itCoords; in optimize() 635 GeoDataCoordinates currentCoords; in toPoleCorrected() local 652 currentCoords = *itCoords; in toPoleCorrected() 655 previousCoords = currentCoords; in toPoleCorrected() 658 if ( currentCoords.isPole() ) { in toPoleCorrected() [all …]
|
H A D | GeoDataLineString_p.h | 66 const GeoDataCoordinates & currentCoords, 72 const GeoDataCoordinates & currentCoords,
|
/dports/astro/marble/marble-21.12.3/src/lib/marble/projections/ |
H A D | AzimuthalProjection.cpp | 239 const int currentSign = currentCoords.longitude() > 0 ? 1 : -1; in processTessellation() 241 lonDiff = currentCoords.longitude() - previousCoords.longitude(); in processTessellation() 264 const qreal altDiff = currentCoords.altitude() - previousCoords.altitude(); in processTessellation() 274 currentTessellatedCoords = previousCoords.nlerp(currentCoords, t); in processTessellation() 286 GeoDataCoordinates currentModifiedCoords( currentCoords ); in processTessellation() 566 bool currentHide = globeHidesPoint( currentCoords, viewport ) ; in findHorizon() 568 return doFindHorizon(previousCoords, currentCoords, viewport, f, currentHide, 0); in findHorizon() 580 return currentHide ? previousCoords : currentCoords; in doFindHorizon() 597 currentCoords.geoCoordinates( currentLongitude, currentLatitude ); in doFindHorizon() 626 const qreal altDiff = currentCoords.altitude() - previousCoords.altitude(); in doFindHorizon() [all …]
|
H A D | AzimuthalProjection_p.h | 60 const GeoDataCoordinates ¤tCoords, 83 const GeoDataCoordinates & currentCoords, 88 const GeoDataCoordinates & currentCoords,
|
H A D | CylindricalProjection.cpp | 155 const GeoDataCoordinates ¤tCoords, in processTessellation() argument 166 && previousCoords.latitude() == currentCoords.latitude(); in processTessellation() 172 const int currentSign = currentCoords.longitude() > 0 ? 1 : -1; in processTessellation() 174 lonDiff = currentCoords.longitude() - previousCoords.longitude(); in processTessellation() 176 && fabs(previousCoords.longitude()) + fabs(currentCoords.longitude()) > M_PI ) { in processTessellation() 201 const qreal altDiff = currentCoords.altitude() - previousCoords.altitude(); in processTessellation() 211 currentTessellatedCoords = previousCoords.nlerp(currentCoords, t); in processTessellation() 227 GeoDataCoordinates currentModifiedCoords( currentCoords ); in processTessellation()
|
H A D | CylindricalProjection_p.h | 40 const GeoDataCoordinates ¤tCoords,
|
/dports/astro/stellarium/stellarium-0.21.3/plugins/TelescopeControl/src/ASCOM/ |
H A D | TelescopeClientASCOM.cpp | 85 ASCOMDevice::ASCOMCoordinates currentCoords = mAscomDevice->getCoordinates(); in performCommunication() local 87 double longitudeRad = currentCoords.RA * M_PI / 12.0; in performCommunication() 88 double latitudeRad = currentCoords.DEC * M_PI / 180.0; in performCommunication() 102 …if (!(areSimilar(mLastCoord.RA, currentCoords.RA) && areSimilar(mLastCoord.DEC, currentCoords.DEC)… in performCommunication() 105 mLastCoord.RA = currentCoords.RA; in performCommunication() 106 mLastCoord.DEC = currentCoords.DEC; in performCommunication()
|
/dports/astro/kstars/kstars-3.5.6/kstars/indi/ |
H A D | inditelescope.cpp | 233 currentCoords.setRA0(RA->value); in processNumber() 234 currentCoords.setDec0(DEC->value); in processNumber() 239 currentCoords.setRA(RA->value); in processNumber() 240 currentCoords.setDec(DEC->value); in processNumber() 242 updateJ2000Coordinates(¤tCoords); in processNumber() 279 currentCoords.setAz(Az->value); in processNumber() 280 currentCoords.setAlt(Alt->value); in processNumber() 284 updateJ2000Coordinates(¤tCoords); in processNumber() 359 emit newTarget(emptySky, currentCoords); in processSwitch() 631 updateJ2000Coordinates(¤tCoords); in runCommand() [all …]
|
H A D | inditelescope.h | 200 return currentCoords; in currentCoordinates() 242 void newTarget(SkyObject ¤tObject, SkyPoint ¤tCoords); 262 SkyPoint currentCoords;
|
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/ |
H A D | qgslayoutsnapper.cpp | 332 QList< double > currentCoords; in snapPointsToItems() local 355 currentCoords.clear(); in snapPointsToItems() 360 currentCoords << itemRect.left(); in snapPointsToItems() 361 currentCoords << itemRect.right(); in snapPointsToItems() 362 currentCoords << itemRect.center().x(); in snapPointsToItems() 368 currentCoords << itemRect.top(); in snapPointsToItems() 369 currentCoords << itemRect.center().y(); in snapPointsToItems() 370 currentCoords << itemRect.bottom(); in snapPointsToItems() 375 for ( double val : std::as_const( currentCoords ) ) in snapPointsToItems()
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/ |
H A D | qgslayoutsnapper.cpp | 332 QList< double > currentCoords; in snapPointsToItems() local 355 currentCoords.clear(); in snapPointsToItems() 360 currentCoords << itemRect.left(); in snapPointsToItems() 361 currentCoords << itemRect.right(); in snapPointsToItems() 362 currentCoords << itemRect.center().x(); in snapPointsToItems() 368 currentCoords << itemRect.top(); in snapPointsToItems() 369 currentCoords << itemRect.center().y(); in snapPointsToItems() 370 currentCoords << itemRect.bottom(); in snapPointsToItems() 375 for ( double val : qgis::as_const( currentCoords ) ) in snapPointsToItems()
|
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Object.LokSim/ |
H A D | ObjectParser.cs | 318 Vector2 currentCoords; in ReadObject() 341 currentCoords.X = (OpenBVEWidth / TextureWidth); in ReadObject() 342 currentCoords.Y = (OpenBVEHeight / TextureHeight); in ReadObject() 348 currentCoords.X = 0; in ReadObject() 349 currentCoords.Y = 0; in ReadObject() 351 Builder.Vertices[Builder.Vertices.Count - 1].TextureCoordinates = currentCoords; in ReadObject()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/libui/ |
H A D | InputTransport.cpp | 761 const PointerCoords& currentCoords = current->getPointerById(id); in resampleTouchState() local 765 resampledCoords.copyFrom(currentCoords); in resampleTouchState() 767 lerp(currentCoords.getX(), otherCoords.getX(), alpha)); in resampleTouchState() 769 lerp(currentCoords.getY(), otherCoords.getY(), alpha)); in resampleTouchState() 774 currentCoords.getX(), currentCoords.getY(), in resampleTouchState() 779 resampledCoords.copyFrom(currentCoords); in resampleTouchState() 783 currentCoords.getX(), currentCoords.getY()); in resampleTouchState()
|
H A D | InputReader.cpp | 5347 mPointerSimple.currentCoords.clear(); 5363 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x); 5364 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y); 5381 mPointerSimple.currentCoords.clear(); 5410 mPointerSimple.currentCoords.copyFrom( 5412 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x); 5413 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y); 5414 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_PRESSURE, 5533 pointerCoords.copyFrom(mPointerSimple.currentCoords); 5548 mPointerSimple.lastCoords.copyFrom(mPointerSimple.currentCoords); [all …]
|
H A D | InputReader.h | 1598 PointerCoords currentCoords; member 1613 currentCoords.clear(); in reset()
|
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/ |
H A D | ContourTreeUniformAugmented.hxx | 360 auto currentCoords = localBlockIndicesPortal.Get(bi); in DoPostExecute() local 363 diyCoords[d] = static_cast<int>(currentCoords[d]); in DoPostExecute()
|
H A D | ContourTreeUniformDistributed.hxx | 764 auto currentCoords = localBlockIndicesPortal.Get(bi); in DoPostExecute() local 767 diyCoords[d] = static_cast<int>(currentCoords[d]); in DoPostExecute()
|
/dports/science/openbabel/openbabel-3.1.1/src/ |
H A D | forcefield.cpp | 2496 double *currentCoords = _mol.GetCoordinates(); in LineSearchTakeStep() local 2500 currentCoords[c] = origCoords[c] + direction[c] * step; in LineSearchTakeStep() 2505 double OBForceField::LineSearch(double *currentCoords, double *direction) in LineSearch() argument 2521 memcpy((char*)lastStep,(char*)currentCoords,sizeof(double)*numCoords); in LineSearch() 2531 currentCoords[c] += trustRadius; in LineSearch() 2533 currentCoords[c] -= trustRadius; in LineSearch() 2535 currentCoords[c] += tempStep; in LineSearch() 2551 memcpy((char*)currentCoords,(char*)lastStep,sizeof(double)*numCoords); in LineSearch()
|
/dports/science/openbabel/openbabel-3.1.1/include/openbabel/ |
H A D | forcefield.h | 1233 double LineSearch(double *currentCoords, double *direction);
|
/dports/science/openbabel/openbabel-3.1.1/scripts/R/examples/openbabelR/src/ |
H A D | openbabel-R.cpp | 26076 SWIGEXPORT SEXP R_swig_OBForceField_LineSearch__SWIG_1 ( SEXP self, SEXP currentCoords, SEXP direct… in R_swig_OBForceField_LineSearch__SWIG_1() argument 26082 …t_cast< OpenBabel::OBForceField * >(argp1); { { int _rswigi; int _rswiglen = LENGTH(currentCoords); in R_swig_OBForceField_LineSearch__SWIG_1() 26084 …arg2[_rswigi] = REAL(currentCoords)[_rswigi]; } } } { { int _rswigi; int _rswiglen = LENGTH(dir… in R_swig_OBForceField_LineSearch__SWIG_1()
|