Home
last modified time | relevance | path

Searched refs:angle2 (Results 2351 – 2375 of 2492) sorted by relevance

1...<<919293949596979899100

/dports/editors/lazarus/lazarus/lcl/include/
H A Dcanvas.inc1531 angle2 are 1/16th of a degree. For example, a full circle equals 5760(16*360).
H A Dintfbasewinapi.inc40 function TWidgetSet.AngleChord(DC: HDC; x1, y1, x2, y2, angle1, angle2: Integer): Boolean;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcanvas.inc1538 angle2 are 1/16th of a degree. For example, a full circle equals 5760(16*360).
H A Dintfbasewinapi.inc40 function TWidgetSet.AngleChord(DC: HDC; x1, y1, x2, y2, angle1, angle2: Integer): Boolean;
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dcanvas.inc1531 angle2 are 1/16th of a degree. For example, a full circle equals 5760(16*360).
H A Dintfbasewinapi.inc40 function TWidgetSet.AngleChord(DC: HDC; x1, y1, x2, y2, angle1, angle2: Integer): Boolean;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcanvas.inc1538 angle2 are 1/16th of a degree. For example, a full circle equals 5760(16*360).
H A Dintfbasewinapi.inc40 function TWidgetSet.AngleChord(DC: HDC; x1, y1, x2, y2, angle1, angle2: Integer): Boolean;
/dports/science/gabedit/GabeditSrc251_300720/src/Geometry/
H A DGeomXYZ.c2893 gdouble angle2=60.0*DEG_TO_RAD; in set_entry_XYZ() local
2898 angle2= (gdouble)rand()/RAND_MAX*60*DEG_TO_RAD; in set_entry_XYZ()
2917 + r * sin(angle1)*cos(angle2); in set_entry_XYZ()
2920 + r * sin(angle1)*cos(angle2); in set_entry_XYZ()
2923 Coord[1] = atof(GeomXYZ[NcentersXYZ-1].Y) + r * sin(angle1)*sin(angle2); in set_entry_XYZ()
2926 + r * sin(angle1)*sin(angle2); in set_entry_XYZ()
/dports/science/shelxle/shelxle-1.0.1352/
H A Dwindow.cpp11982 chgl->angle2=nullptr; in closeSR()
12011 chgl->angle2 = new QSpinBox(w); in splitRotate()
12013 chgl->angle2->setRange(0,360); in splitRotate()
12015 chgl->angle2->setValue(0); in splitRotate()
12017 chgl->angle2->setEnabled(chgl->canSplitRotate()); in splitRotate()
12036 connect(ang2dial,SIGNAL(valueChanged(int)),chgl->angle2,SLOT(setValue(int))); in splitRotate()
12039 connect(chgl->angle2,SIGNAL(valueChanged(int)),ang2dial,SLOT(setValue(int))); in splitRotate()
12041 connect(chgl,SIGNAL(splitable(bool)),chgl->angle2,SLOT(setEnabled(bool))); in splitRotate()
12046 connect(chgl->angle2,SIGNAL(valueChanged(int)),chgl,SLOT(splitRotate())); in splitRotate()
12116 glo->addWidget(chgl->angle2 ,2,2,1,1); in splitRotate()
/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/
H A Dplug-in-compat-cmds.c2951 gdouble angle2 = newsprint_angle (red_ang); in plug_in_newsprint_invoker() local
2963 "angle2", angle2, in plug_in_newsprint_invoker()
/dports/math/plplot/plplot-5.15.0/bindings/d/
H A Dplplot.d1670 void c_plarc( PLFLT x, PLFLT y, PLFLT a, PLFLT b, PLFLT angle1, PLFLT angle2,
/dports/math/plplot-ada/plplot-5.15.0/bindings/d/
H A Dplplot.d1670 void c_plarc( PLFLT x, PLFLT y, PLFLT a, PLFLT b, PLFLT angle1, PLFLT angle2,
/dports/audio/snd/snd-21.2/
H A Dxm.c10301 XFillArc(dpy, draw, gc, arc->x, arc->y, arc->width, arc->height, arc->angle1, arc->angle2);
10698 XDrawArc(dpy, draw, gc, arc->x, arc->y, arc->width, arc->height, arc->angle1, arc->angle2);
17083 static Xen gxm_XArc(Xen x, Xen y, Xen width, Xen height, Xen angle1, Xen angle2)
17092 Xen_check_type(Xen_is_integer(angle2), angle2, 6, "XArc", "short");
17099 r->angle2 = (short)Xen_integer_to_C_int(angle2);
17106 return(C_int_to_Xen_integer((int)((Xen_to_C_XArc(ptr))->angle2)));
17113 (Xen_to_C_XArc(ptr))->angle2 = (short)Xen_integer_to_C_int(val);
22908 XM_define_accessor(angle2, gxm_angle2_w, set_angle2, gxm_set_angle2_w, 1, 0, 2, 0);
/dports/cad/lepton-eda/lepton-eda-1.9.17/docs/manual/
H A Dlepton-manual.info-16777 … color width capstyle dashstyle dashlength dashspace filltype fillwidth angle1 pitch1 angle2 pitch2
6816 15 angle2 int/degrees Second angle of fill
6884 … color width capstyle dashstyle dashlength dashspace filltype fillwidth angle1 pitch1 angle2 pitch2
6917 14 angle2 int/degrees Second angle of fill
7374 type color width capstyle dashstyle dashlength dashspace filltype fillwidth angle1 pitch1 angle2 pi…
7406 11 angle2 int/degrees Second angle of fill
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/scripts/
H A Dscenario_55_defenderHunter.lua7611 angle2 = startAngle + random(60,120)
7612 wjAdvx, wjAdvy = vectorFromAngle(angle2,random(30000,35000))
7614 angle3 = angle2 + random(60,120)
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgdk-base.defs1290 '("gint" "angle2")
1584 '("gint" "angle2")
/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dg_func_decs.h133 extern float AngleDelta ( float angle1 , float angle2 ) ;
/dports/graphics/dia/dia-0.97.3/
H A DChangeLog851 The large-arc flag was not correctly calculated for angle1>angle2
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2046 INTBIG intersect(INTBIG x1, INTBIG y1, INTBIG angle1, INTBIG x2, INTBIG y2, INTBIG angle2,
/dports/math/grace/grace-5.1.25/
H A DChangeLog1547 * src/draw.c: Make sure angle2 > angle1 in arc drawing.
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DPlanController.java8147 double angle2;
8153 angle2 = previousStepAngle + angleStep;
8159 angle2 = previousStepAngle;
8187 magnetismAngle = 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…
/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…
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/PWgui/modules/pw/
H A Dpw-help.tcl2290 help angle2 -helpfmt helpdoc -helptext {
2373 (also from angle1, angle2 in the noncollinear case).

1...<<919293949596979899100