Home
last modified time | relevance | path

Searched refs:angSize (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/geos/geos-3.9.1/src/util/
H A DGeometricShapeFactory.cpp163 double angSize = angExtent; in createArc() local
164 if(angSize <= 0.0 || angSize > 2 * MATH_PI) { in createArc()
165 angSize = 2 * MATH_PI; in createArc()
167 double angInc = angSize / (nPts - 1); in createArc()
193 double angSize = angExtent; in createArcPolygon() local
194 if(angSize <= 0.0 || angSize > 2 * MATH_PI) { in createArcPolygon()
195 angSize = 2 * MATH_PI; in createArcPolygon()
197 double angInc = angSize / (nPts - 1); in createArcPolygon()
/dports/astro/stellarium/stellarium-0.21.3/scripts/tests/
H A Dsky_image5.ssc33 600.0, 0, // angSize, rotation
39 600.0, 0, // angSize, rotation
45 600.0, 0, // angSize, rotation
51 600.0, 0, // angSize, rotation
57 600.0, 0, // angSize, rotation
63 600.0, 0, // angSize, rotation
69 600.0, 0, // angSize, rotation
H A Dsky_image4.ssc23 60.0, 0, // angSize, rotation
29 40.0, 90, // angSize, rotation
35 20.0, 180, // angSize, rotation
41 10.0, 270, // angSize, rotation
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/util/
H A DGeometricShapeFactory.java321 double angSize = angExtent; in createArc() local
322 if (angSize <= 0.0 || angSize > 2 * Math.PI) in createArc()
323 angSize = 2 * Math.PI; in createArc()
324 double angInc = angSize / (nPts - 1); in createArc()
355 double angSize = angExtent; in createArcPolygon() local
356 if (angSize <= 0.0 || angSize > 2 * Math.PI) in createArcPolygon()
357 angSize = 2 * Math.PI; in createArcPolygon()
358 double angInc = angSize / (nPts - 1); in createArcPolygon()
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Dksearthshadow.cpp23 return (dist - m_moon->angSize() / 2) <= m_penumbra_ang; in isInEclipse()
28 double half_a_moon = m_moon->angSize() / 2; in getEclipseType()
H A Dksplanetbase.h184 double angSize() const { return AngularSize; } in angSize() function
H A Dksplanetbase.cpp264 double size = angSize() * dms::PI * Options::zoomFactor() / 10800.0; in labelOffset()
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/skyitems/skynodes/
H A Dplanetnode.cpp78 float size = planet->angSize() * dms::PI * Options::zoomFactor() / 10800.0; in update()
91 float size = planet->angSize() * dms::PI * Options::zoomFactor() / 10800.0; in update()
/dports/astro/kstars/kstars-3.5.6/kstars/tools/eclipsetool/
H A Dlunareclipsehandler.cpp147 dms moon_rad = dms(m_moon.angSize() / 120); in findDistance()
175 return (m_shadow.getPenumbraAngSize() + m_moon.angSize()) / 60; in getMaxSeparation()
/dports/astro/stellarium/stellarium-0.21.3/src/scripting/
H A DStelMainScriptAPI.hpp594 double lon, double lat, double angSize, double rotation,
603 const QString& lon, const QString& lat, double angSize, double rotation,
H A DStelMainScriptAPI.cpp507 double lon, double lat, double angSize, double rotation, in loadSkyImage() argument
514 float texSize = RADIUS_NEB * static_cast<float>(sin(angSize/2./60.*M_PI_180)); in loadSkyImage()
542 double angSize, double rotation, in loadSkyImage() argument
546 StelUtils::getDecAngle(lat)*M_180_PI, angSize, in loadSkyImage()
/dports/astro/kstars/kstars-3.5.6/kstars/printing/
H A Ddetailstable.cpp184 if (ps->angSize()) in createGeneralTable()
189 … objSizeVal = i18nc("angular size in arcminutes", "%1 arcmin", QLocale().toString(ps->angSize())); in createGeneralTable()
195 … i18nc("angular size in arcseconds", "%1 arcsec", QLocale().toString(ps->angSize() * 60.0)); in createGeneralTable()
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/dialogs/
H A Ddetaildialoglite.cpp179 if (ps->angSize()) in createGeneralTab()
188 ps->angSize(), 'f', in createGeneralTab()
194 QLocale().toString(ps->angSize() * 60.0, 'f', 1))); in createGeneralTab()
H A Ddetaildialoglite.h31 Q_PROPERTY(QString angSize MEMBER m_angSize NOTIFY angSizeChanged)
/dports/astro/kstars/kstars-3.5.6/kstars/tools/whatsinteresting/
H A Dskyobjitem.cpp221 return QLocale().toString(((KSPlanetBase *)m_So)->angSize(), 'f', 2) + "\""; in getSize()
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Djmoontool.cpp143 orbit[i]->addPoint(0.5 * jup->angSize() * jm.x(i), t); in initPlotObjects()
/dports/astro/kstars/kstars-3.5.6/kstars/dialogs/
H A Ddetaildialog.cpp269 if (ps->angSize()) in createGeneralTab()
276 ps->angSize(), 'f', in createGeneralTab()
283 QLocale().toString(ps->angSize() * 60.0, 'f', 1))); in createGeneralTab()
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/qml/dialogs/
H A DDetailsDialog.qml154 value: DetailDialogLite.angSize
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dskyqpainter.cpp420 double size = planet->angSize() * dms::PI * Options::zoomFactor() / 10800.0; in drawPlanet()
506 com->angSize() * dms::PI * Options::zoomFactor() / 10800.0 / 2; // Radius in drawComet()
H A Dkstarsactions.cpp1618 double angSize = QInputDialog::getDouble( in slotSetZoom() local
1627 map()->setZoomFactor(map()->width() / (angSize * dms::DegToRad)); in slotSetZoom()
H A Dskyglpainter.cpp282 float size = planet->angSize() * dms::PI * zoom / 10800.0; in drawPlanet()