Home
last modified time | relevance | path

Searched refs:setAzimuth (Results 1 – 25 of 125) sorted by relevance

12345

/dports/net/olsrd/olsrd-0.9.8/lib/info.java/org.olsr.v1.info.api/test/org/olsr/v1/info/api/dto/
H A DTestJsonInfoPudPositionEntrySatellite.java35 this.impl.setAzimuth(3); in testGettersAndSetters()
129 this.impl.setAzimuth(1); in testCompareTo()
130 other.setAzimuth(2); in testCompareTo()
134 this.impl.setAzimuth(2); in testCompareTo()
135 other.setAzimuth(1); in testCompareTo()
139 this.impl.setAzimuth(1); in testCompareTo()
140 other.setAzimuth(1); in testCompareTo()
144 this.impl.setAzimuth(intOrg); in testCompareTo()
145 other.setAzimuth(intOrg); in testCompareTo()
178 this.impl.setAzimuth(3); in testHashCode()
/dports/graphics/dynamechs/dynamechs_4.0pre1/dmGL/
H A DdmGLPolarCamera.cpp73 setAzimuth(0.0); in reset()
105 setAzimuth(m_azimuth + delta_azimuth); in updateAzimuth()
115 void dmGLPolarCamera::setAzimuth(float new_azimuth) in setAzimuth() function in dmGLPolarCamera
H A DdmGLFlyCamera.cpp66 setAzimuth(0.0); in reset()
94 setAzimuth(m_azimuth + delta_azimuth); in updateAzimuth()
102 void dmGLFlyCamera::setAzimuth(float new_azimuth) in setAzimuth() function in dmGLFlyCamera
H A DdmGLFlyCamera.hpp49 void setAzimuth(float azimuth);
H A DdmGLPolarCamera.hpp50 void setAzimuth(float new_azimuth);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/
H A DLightSource.cpp37 bool LightSource::setAzimuth(float azimuth) in setAzimuth() function in WebCore::LightSource
40 return static_cast<DistantLightSource*>(this)->setAzimuth(azimuth); in setAzimuth()
H A DDistantLightSource.h39 bool setAzimuth(float);
H A DDistantLightSource.cpp54 bool DistantLightSource::setAzimuth(float azimuth) in setAzimuth() function in WebCore::DistantLightSource
H A DLightSource.h77 bool setAzimuth(float);
/dports/comms/predict/predict-2.2.7/utils/fodtrack-0.1/
H A Dfodtrack.c124 void setAzimuth(int angle){ in setAzimuth() function
181 setAzimuth(azimuth); in main()
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_point_polar.h48 void setAzimuth( double );
125 inline void QwtPointPolar::setAzimuth( double azimuth ) in setAzimuth() function
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_point_polar.h48 void setAzimuth( double );
125 inline void QwtPointPolar::setAzimuth( double azimuth ) in setAzimuth() function
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimGeoAnnotationEllipseObject.cpp228 setAzimuth(ossimString(azimuth).toFloat64());
255 void ossimGeoAnnotationEllipseObject::setAzimuth(ossim_float64 azimuth)
259 theProjectedEllipse->setAzimuth(azimuth);
/dports/graphics/qgis/qgis-3.22.3/python/gui/auto_generated/raster/
H A Dqgshillshaderendererwidget.sip.in54 .. seealso:: :py:func:`setAzimuth`
89 void setAzimuth( double azimuth );
/dports/graphics/qgis-ltr/qgis-3.16.16/python/gui/auto_generated/raster/
H A Dqgshillshaderendererwidget.sip.in54 .. seealso:: :py:func:`setAzimuth`
89 void setAzimuth( double azimuth );
/dports/graphics/blender/blender-2.91.0/extern/audaspace/include/fx/
H A DSource.h94 void setAzimuth(float azimuth);
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/widgets/
H A Dcompass_display.h64 void setAzimuth(float azimuth_deg);
/dports/comms/qt5-sensors/kde-qtsensors-5.15.2p2/src/sensors/
H A Dqcompass.cpp91 void QCompassReading::setAzimuth(qreal azimuth) in setAzimuth() function in QCompassReading
/dports/comms/qt5-sensors/kde-qtsensors-5.15.2p2/src/plugins/sensors/simulator/
H A Dsimulatorcompass.cpp63 m_reading.setAzimuth(data.azimuth); in poll()
/dports/graphics/blender/blender-2.91.0/extern/audaspace/src/fx/
H A DSource.cpp54 void Source::setAzimuth(float azimuth) in setAzimuth() function in Source
/dports/graphics/qgis/qgis-3.22.3/src/gui/raster/
H A Dqgshillshaderendererwidget.h97 void setAzimuth( double azimuth );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/raster/
H A Dqgshillshaderendererwidget.h97 void setAzimuth( double azimuth );
/dports/comms/qt5-sensors/kde-qtsensors-5.15.2p2/src/plugins/sensors/sensorfw/
H A Dsensorfwcompass.cpp62 m_reading.setAzimuth(data.degrees()); in slotDataAvailable()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/raster/
H A Dqgshillshaderenderer.sip.in79 .. seealso:: :py:func:`setAzimuth`
103 void setAzimuth( double azimuth );
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/raster/
H A Dqgshillshaderenderer.sip.in79 .. seealso:: :py:func:`setAzimuth`
103 void setAzimuth( double azimuth );

12345