Home
last modified time | relevance | path

Searched refs:endangle (Results 1 – 25 of 144) sorted by relevance

123456

/dports/biology/py-biopython/biopython-1.79/Bio/Graphics/GenomeDiagram/
H A D_CircularDrawer.py1089 endangle, argument
1146 endcos, endsin = cos(endangle), sin(endangle)
1280 endangle, argument
1300 startangle, endangle = min(startangle, endangle), max(startangle, endangle)
1318 endcos, endsin = cos(endangle), sin(endangle)
1397 endangle, argument
1418 startangle, endangle = min(startangle, endangle), max(startangle, endangle)
1455 endcos, endsin = cos(endangle), sin(endangle)
1587 endangle, argument
1617 startangle, endangle = min(startangle, endangle), max(startangle, endangle)
[all …]
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_lcl.pas336 start:=endangle;
337 endangle:=h;
361 start:=endangle;
362 endangle:=h;
385 start:=endangle;
386 endangle:=h;
519 startangle:=endangle;
520 endangle:=a;
529 Path.m_path.line_to(cx+rx*cos(endangle),cy+ry*sin(endangle));
563 endangle:=a;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_lcl.pas336 start:=endangle;
337 endangle:=h;
361 start:=endangle;
362 endangle:=h;
385 start:=endangle;
386 endangle:=h;
519 startangle:=endangle;
520 endangle:=a;
529 Path.m_path.line_to(cx+rx*cos(endangle),cy+ry*sin(endangle));
563 endangle:=a;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_lcl.pas336 start:=endangle;
337 endangle:=h;
361 start:=endangle;
362 endangle:=h;
385 start:=endangle;
386 endangle:=h;
519 startangle:=endangle;
520 endangle:=a;
529 Path.m_path.line_to(cx+rx*cos(endangle),cy+ry*sin(endangle));
563 endangle:=a;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_lcl.pas336 start:=endangle;
337 endangle:=h;
361 start:=endangle;
362 endangle:=h;
385 start:=endangle;
386 endangle:=h;
519 startangle:=endangle;
520 endangle:=a;
529 Path.m_path.line_to(cx+rx*cos(endangle),cy+ry*sin(endangle));
563 endangle:=a;
[all …]
/dports/audio/din/din-52/src/
H A Dcircler.cc37 f >> ignore >> radius >> ignore >> startangle >> ignore >> endangle >> ignore >> num_points; in load_params()
44 f << "endangle " << endangle << endl; in save_params()
52 widget* _ctrls [] = {&sp.radius, &sp.startangle, &sp.endangle, &sp.num_points, &scr}; in setup()
63 sp.endangle.set ("End angle", 1.0f, -MILLION, MILLION, this, 0); in setup()
64 sp.endangle.set_value (endangle); in setup()
86 endangle = sp.endangle.f_value; in render()
91 dtheta = (endangle - startangle) / num_points * PI_BY_180; in render()
H A Dcircler.h41 float endangle; member
49 spinner<float> radius, startangle, endangle; member
/dports/graphics/grx/grx249/src/bgi/
H A Dsector.c40 void __gr_sector(int x,int y,int stangle,int endangle,int xradius,int yradius) in __gr_sector() argument
46 endangle *= 10; in __gr_sector()
51 FilledEllipseArc(x,y,xradius,yradius,stangle,endangle, FILL); in __gr_sector()
56 FilledEllipseArc(x,y,xradius,yradius,stangle,endangle, COLBG); in __gr_sector()
63 PatternFilledEllipseArc(x,y,xradius,yradius,stangle,endangle, &FILLP); in __gr_sector()
65 EllipseArc( x, y, xradius, yradius, stangle, endangle, COL); in __gr_sector()
H A Darc.c27 void __gr_arc(int x, int y, int stangle, int endangle, int radius) { in __gr_arc() argument
28 arc(x, y, stangle, endangle, radius); in __gr_arc()
H A Dpieslice.c28 void __gr_pieslice(int x, int y, int stangle, int endangle, int radius) { in __gr_pieslice() argument
29 pieslice( x, y, stangle, endangle, radius); in __gr_pieslice()
/dports/graphics/grx/grx249/include/
H A Dlibbcc.h525 void ellipse( int x, int y, int stangle, int endangle,
527 void arc(int x, int y, int stangle, int endangle, int radius);
532 void sector( int x, int y, int stangle, int endangle,
577 #define ellipse(x, y, stangle, endangle, xradius, yradius) \ argument
586 #define sector(x, y, stangle, endangle, xradius, yradius) \ argument
722 void (ellipse)( int x, int y, int stangle, int endangle,
724 __gr_ellipse( x, y, stangle, endangle, xradius, yradius);
729 __gr_ellipse(x,y,stangle,endangle,radius,radius);
754 void (sector)( int x, int y, int stangle, int endangle,
756 __gr_sector(x,y,stangle,endangle,xradius, yradius);
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/core/entities/
H A Duzeentellipse.pas205 endangle := 2*pi;
220 endangle := e;
258 angle := endangle - startangle;
273 v.x:=cos(endangle{*pi/180});
274 v.y:=sin(endangle{*pi/180});
355 angle := endangle - startangle;
474 endangle := endangle{ * pi / 180};
646 endangle:=vertexangle(tv,ptdata.p3);
647 if startangle>endangle then
654 if (rrr>startangle) and (rrr<endangle) then
[all …]
H A Duzeentarc.pas220 endangle := pi/2;
231 endangle := e;
251 dxfGDBDoubleout(outhandle,51,endangle * 180 / pi);
277 angle := endangle - startangle;
291 v.x:=cos(endangle{*pi/180});
292 v.y:=sin(endangle{*pi/180});
420 angle := endangle - startangle;
573 if not dxfGDBDoubleload(f,51,byt,endangle) then {s := }f.readgdbstring;
577 endangle := endangle * pi / 180;
766 endangle:=ad.endangle;
[all …]
/dports/math/kig/kig-21.12.3/objects/
H A Dangle_type.cc80 double endangle = atan2( rvect.y, rvect.x ); in calc() local
81 double anglelength = endangle - startangle; in calc()
121 double endangle = atan2( rvect.y, rvect.x ); in executeAction() local
122 double anglelength = endangle - startangle; in executeAction()
190 double endangle = atan2( rvect.y, rvect.x ); in calc() local
191 double anglelength = endangle - startangle; in calc()
/dports/lang/ptoc/ptoc/Xbgi/
H A Darc.c18 void arc(int x, int y, int stangle, int endangle, int radius) in arc() argument
31 angle2 = endangle * 64; /* of a degree in X11 */ in arc()
34 radian2 = (float) endangle / 180.0 * M_PI; in arc()
H A Dellipse.c14 void ellipse(int x, int y, int stangle, int endangle, int xradius, int yradius) in ellipse() argument
28 angle2 = endangle * 64; /* of a degree in X11 */ in ellipse()
31 radian2 = (float) endangle / 180.0 * M_PI; in ellipse()
H A Dsector.c12 void sector(int x, int y, int stangle, int endangle, int xradius, int yradius) in sector() argument
24 angle2 = endangle * 64; in sector()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-attach-path.cpp98 …double endangle = atan2(start_path_curve_end.getVector().y(), start_path_curve_end.getVector().x()… in doEffect() local
102 …curve_end.getVector().length() * cos(endangle + endderiv), start_path_curve_end.getVector().length… in doEffect()
154 … double endangle = atan2(end_path_curve_end.getVector().y(), end_path_curve_end.getVector().x()); in doEffect() local
158 …_curve_end.getVector().length() * cos(endangle + endderiv), end_path_curve_end.getVector().length(… in doEffect()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbcontour.c61 double startoffset, endangle; in gathercontours() local
92 getarcdegrees(ni, &startoffset, &endangle); in gathercontours()
93 if (startoffset == 0.0 && endangle == 0.0) in gathercontours()
207 double startoffset, endangle; in db_contourendpoints() local
224 getarcdegrees(ni, &startoffset, &endangle); in db_contourendpoints()
225 if (startoffset == 0.0 && endangle == 0.0) return(TRUE); in db_contourendpoints()
226 getarcendpoints(ni, startoffset, endangle, fx, fy, tx, ty); in db_contourendpoints()
240 double startoffset, endangle; in db_addelementtocontour() local
299 getarcdegrees(ni, &startoffset, &endangle); in db_addelementtocontour()
300 if (startoffset == 0.0 && endangle == 0.0) return(FALSE); in db_addelementtocontour()
[all …]
/dports/games/palapeli/palapeli-21.12.3/slicers/goldberg/
H A Dgoldberg-engine.cpp75 r.endangle=0; in initEdge()
94 r.endangle = nonuniform_rand(2, -35, m_sigma_curviness, skew); in reRandomizeEdge()
95 r.baseroundness = -dsin(fmin(r.startangle, r.endangle)); in reRandomizeEdge()
134 qreal a1 = b1end ? border1.endangle : border1.startangle; in smooth_join()
135 qreal a2 = b2end ? border2.endangle : border2.startangle; in smooth_join()
146 if (b1end) border1.endangle = a1; else border1.startangle = a1; in smooth_join()
147 if (b2end) border2.endangle = a2; else border2.startangle = a2; in smooth_join()
328 qreal q6y = ends_ctldist * (1.-params.basepos) * dsin(params.endangle); in renderClassicPlug()
333 QPointF q6 = u_x.pointAt(1. - ends_ctldist * (1.-params.basepos) * dcos(params.endangle)) + in renderClassicPlug()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dgl_clipper.c178 void gld_clipper_SafeAddClipRange(angle_t startangle, angle_t endangle) in gld_clipper_SafeAddClipRange() argument
180 if(startangle > endangle) in gld_clipper_SafeAddClipRange()
184 gld_clipper_AddClipRange(0, endangle); in gld_clipper_SafeAddClipRange()
189 gld_clipper_AddClipRange(startangle, endangle); in gld_clipper_SafeAddClipRange()
206 void gld_clipper_SafeAddClipRangeRealAngles(angle_t startangle, angle_t endangle) in gld_clipper_SafeAddClipRangeRealAngles() argument
210 gld_clipper_AngleToPseudo(endangle)); in gld_clipper_SafeAddClipRangeRealAngles()
/dports/math/kig/kig-21.12.3/filters/
H A Dasyexporterimpvisitor.cc283 double endangle = startangle + imp->angle(); in visit() local
286 endangle = Goniometry::convert( endangle, Goniometry::Rad, Goniometry::Deg ); in visit()
295 << endangle in visit()
372 double endangle = startangle + imp->angle(); in visit() local
375 endangle = Goniometry::convert( endangle, Goniometry::Rad, Goniometry::Deg ); in visit()
384 << endangle in visit()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_import_dxf/dxfimport/
H A Dconvert.py161 endangle = -start.angle_signed(cn.to_2d())
165 endangle = start.angle_signed(cn.to_2d())
166 return ArcEntity(startangle, endangle, center.to_3d(), radius, angdir)
210 if arc.startangle > arc.endangle:
211 arc.endangle += 2 * pi
212 angle = arc.endangle - arc.startangle
/dports/science/simlib/simlib/doc/latex/
H A Do6.eps36 /endangle exch def
45 0 0 1 startangle endangle arc
52 /endangle exch def
61 0 0 1 startangle endangle arcn
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Di_path.c394 int startangle, endangle, anglerange; in _pl_i_draw_elliptic_arc_2() local
415 endangle = ((y1 > yc ? 1 : -1) * y_orientation == -1) ? 90 : 270; in _pl_i_draw_elliptic_arc_2()
425 endangle = ((x1 > xc ? 1 : -1) * x_orientation == 1) ? 0 : 180; in _pl_i_draw_elliptic_arc_2()
428 if (endangle < startangle) in _pl_i_draw_elliptic_arc_2()
429 endangle += 360; in _pl_i_draw_elliptic_arc_2()
430 anglerange = endangle - startangle; /* always 90 or 270 */ in _pl_i_draw_elliptic_arc_2()
439 startangle = endangle; in _pl_i_draw_elliptic_arc_2()
440 endangle = tmp; in _pl_i_draw_elliptic_arc_2()

123456