Home
last modified time | relevance | path

Searched refs:angle2 (Results 1 – 25 of 2492) sorted by path

12345678910>>...100

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/x11-2.18.2/src/
H A Dxlib.rs2060 pub angle2: c_short, field
/dports/astro/celestia-gtk/celestia-1.6.1/macosx/
H A DSpiceZim.h623 angle3, angle2, angle1 ) \ argument
626 (angle3), (angle2), (angle1) ) )
H A DSpiceZpr.h1491 SpiceDouble angle2,
1927 SpiceDouble * angle2,
/dports/astro/celestia-gtk/celestia-1.6.1/windows/inc/spice/
H A DSpiceZfc.h2960 extern int eul2m_(doublereal *angle3, doublereal *angle2, doublereal *angle1, integer *axis3, integ…
3836 … *axis3, integer *axis2, integer *axis1, doublereal *angle3, doublereal *angle2, doublereal *angle…
H A DSpiceZim.h606 angle3, angle2, angle1 ) \ argument
609 (angle3), (angle2), (angle1) ) )
H A DSpiceZpr.h1429 SpiceDouble angle2,
1848 SpiceDouble * angle2,
/dports/astro/celestia/celestia-1.6.1/macosx/
H A DSpiceZim.h623 angle3, angle2, angle1 ) \ argument
626 (angle3), (angle2), (angle1) ) )
H A DSpiceZpr.h1491 SpiceDouble angle2,
1927 SpiceDouble * angle2,
/dports/astro/celestia/celestia-1.6.1/windows/inc/spice/
H A DSpiceZfc.h2960 extern int eul2m_(doublereal *angle3, doublereal *angle2, doublereal *angle1, integer *axis3, integ…
3836 … *axis3, integer *axis2, integer *axis1, doublereal *angle3, doublereal *angle2, doublereal *angle…
H A DSpiceZim.h606 angle3, angle2, angle1 ) \ argument
609 (angle3), (angle2), (angle1) ) )
H A DSpiceZpr.h1429 SpiceDouble angle2,
1848 SpiceDouble * angle2,
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DGeoPainter.cpp650 qreal angle2 = -path.angleAtPercent(startPercent + textRelativeLength); in drawLabelsForPolygons() local
652 angle2 = GeoPainterPrivate::normalizeAngle(angle2); in drawLabelsForPolygons()
655 if ( qAbs(angle - angle2) < 3.0 ) { in drawLabelsForPolygons()
/dports/astro/marble/marble-21.12.3/src/plugins/render/annotate/
H A DGroundOverlayFrame.cpp315 qreal angle2 = qAtan2( m_movedHandleScreenCoordinates.y() - center.y(), in mouseMoveEvent() local
317 m_overlay->latLonBox().setRotation( angle2 - angle1 + m_previousRotation ); in mouseMoveEvent()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/dashboard_pi/src/
H A Ddial.cpp159 double angle2 = deg2rad( 90 ); // 55-ANGLE_OFFSET in DrawFrame() local
163 wxCoord x2 = m_cx + ( ( radi ) * cos( angle2 ) ); in DrawFrame()
164 wxCoord y2 = m_cy + ( ( radi ) * sin( angle2 ) ); in DrawFrame()
171 angle2 = deg2rad( 271 ); // 55-ANGLE_OFFSET in DrawFrame()
174 x2 = m_cx + ( ( radi ) * cos( angle2 ) ); in DrawFrame()
175 y2 = m_cy + ( ( radi ) * sin( angle2 ) ); in DrawFrame()
185 angle2 = deg2rad( 180 ); in DrawFrame()
190 x2 = m_cx + ( ( radi ) * cos( angle2 ) ); in DrawFrame()
191 y2 = m_cy + ( ( radi ) * sin( angle2 ) ); in DrawFrame()
H A Drudder_angle.cpp113 double angle2 = deg2rad(-35); // 55-ANGLE_OFFSET in DrawFrame() local
116 wxCoord x2 = m_cx + (m_radius * cos(angle2)); in DrawFrame()
117 wxCoord y2 = m_cy + (m_radius * sin(angle2)); in DrawFrame()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Ds57chart.cpp5349 double angle1, angle2; in CompareLights() local
5351 l2->attributeValues.Item( attrIndex2 ).ToDouble( &angle2 ); in CompareLights()
5353 return angle1 < angle2; in CompareLights()
6064 float angle1, angle2; in s57_DrawExtendedLightSectors() local
6066 angle2 = -(sectorlegs[i].sector1 + 90.0) - viewport.rotation * 180.0 / PI; in s57_DrawExtendedLightSectors()
6067 if( angle1 > angle2 ) { in s57_DrawExtendedLightSectors()
6068 angle2 += 360.0; in s57_DrawExtendedLightSectors()
6079 int narc = ( angle2 - angle1 ) / step; in s57_DrawExtendedLightSectors()
6081 step = ( angle2 - angle1 ) / (float)narc; in s57_DrawExtendedLightSectors()
6083 if( sectorlegs[i].isleading && (angle2 - angle1 < 60) ) { in s57_DrawExtendedLightSectors()
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/tests/
H A Dtest_angles.py352 angle2 = Angle(-1.23456789, unit=u.hour)
357 assert angle2.to_string(unit=u.hour, pad=True) == '-01h14m04.444404s'
H A Dtest_formatting.py24 angle2 = Angle(-1.23456789, unit=u.hourangle)
26 assert angle2.to_string(precision=3, unit=u.hour) == '-1h14m04.444s'
27 assert angle2.to_string(precision=1, unit=u.hour) == '-1h14m04.4s'
28 assert angle2.to_string(precision=0, unit=u.hour) == '-1h14m04s'
49 angle2 = Angle(3., unit=u.hourangle)
51 assert angle2.to_string(decimal=True, precision=3) == '3.000'
52 assert angle2.to_string(decimal=True, precision=1) == '3.0'
53 assert angle2.to_string(decimal=True, precision=0) == '3'
/dports/astro/py-pykep/pykep-2.6/include/keplerian_toolbox/third_party/cspice/
H A DSpiceZfc.h3566 extern int eul2m_(doublereal *angle3, doublereal *angle2, doublereal *angle1, integer *axis3, integ…
4966 … *axis3, integer *axis2, integer *axis1, doublereal *angle3, doublereal *angle2, doublereal *angle…
H A DSpiceZim.h898 angle3, angle2, angle1 ) \ argument
901 (angle3), (angle2), (angle1) ) )
H A DSpiceZpr.h1199 void eul2m_c(SpiceDouble angle3, SpiceDouble angle2, SpiceDouble angle1, SpiceInt axis3, SpiceInt a…
1530 SpiceDouble *angle2, SpiceDouble *angle1);
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A DSpiceZfc.h3566 extern int eul2m_(doublereal *angle3, doublereal *angle2, doublereal *angle1, integer *axis3, integ…
4966 … *axis3, integer *axis2, integer *axis1, doublereal *angle3, doublereal *angle2, doublereal *angle…
H A DSpiceZim.h898 angle3, angle2, angle1 ) \ argument
901 (angle3), (angle2), (angle1) ) )
H A DSpiceZpr.h1199 void eul2m_c(SpiceDouble angle3, SpiceDouble angle2, SpiceDouble angle1, SpiceInt axis3, SpiceInt a…
1530 SpiceDouble *angle2, SpiceDouble *angle1);
H A Deul2m.c9 /* Subroutine */ int eul2m_(doublereal *angle3, doublereal *angle2, in eul2m_() argument
479 rotmat_(r__, angle2, axis2, r1); in eul2m_()

12345678910>>...100